Skip to content

Commit

Permalink
CICD: Fix env test
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
Saverio976 committed Oct 24, 2023
1 parent 39a3324 commit 63e3dc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: |
cd test || exit 12
./scripts/compil.sh
./test-ecs
./build/test-ecs
test-ecs-macos:
runs-on: ubuntu-latest
runs-on: macos-latest
needs: [release-linux]
steps:
- name: Checkout
Expand All @@ -64,10 +64,10 @@ jobs:
run: |
cd test || exit 12
./scripts/compil.sh
./test-ecs
./build/test-ecs
test-ecs-windows:
runs-on: ubuntu-latest
runs-on: windows-latest
needs: [release-linux]
steps:
- name: Checkout
Expand All @@ -77,7 +77,7 @@ jobs:
run: |
cd test || exit 12
./scripts/compil.sh
./test-ecs.exe
./build/test-ecs.exe
release-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 63e3dc7

Please sign in to comment.