Skip to content

Commit

Permalink
Update unitttest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 16, 2024
1 parent 69dd6d0 commit 2f0c55e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
--target ${{ matrix.target }}
# Copy library for use in test suite
cp -r ./addons/glecs/bin/${TARGET}/debug ./addons/glecs/bin/debug
cp -r ./addons/glecs/bin/${{ matrix.target }}/debug ./addons/glecs/bin/debug
# cp -r ./addons/glecs/bin/${TARGET}/release ./addons/glecs/bin/debug
- name: 💾 Cache compiled library
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
run: |
mkdir ./addons/glecs/bin/release/
mkdir ./addons/glecs/bin/debug/
cp ./addons/glecs/bin/${{ matrix.target }}/debug/${{ matrix.glecs_lib }} ./addons/glecs/bin/release/${{ matrix.glecs_lib }}
cp ./addons/glecs/bin/${{ matrix.target }}/debug/${{ matrix.glecs_lib }} ./addons/glecs/bin/debug/${{ matrix.glecs_lib }}
cp ./addons/glecs/bin/${{ matrix.target }}/release/${{ matrix.glecs_lib }} ./addons/glecs/bin/release/${{ matrix.glecs_lib }}
cp ./addons/glecs/bin/${{ matrix.target }}/release/${{ matrix.glecs_lib }} ./addons/glecs/bin/debug/${{ matrix.glecs_lib }}
- name: 🤖 Run Godot unit tests
id: run-godot-tests
Expand Down

0 comments on commit 2f0c55e

Please sign in to comment.