Skip to content

Commit

Permalink
Fix cleanup; fix grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Mar 14, 2024
1 parent 0eea1b6 commit fc1104e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
buildAndTestForSomePlatforms:
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ matrix.unityVersion }}
cancel-in-progress: true # Cancel other jobs if another one arrives
name: Test on ${{ matrix.unityVersion }} for ${{ matrix.targetPlatform }}
runs-on: self-hosted
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
if: always()
run: |
docker run \
--run \
--rm \
-v ./${{ matrix.projectPath }}:/project
-v ./output:/output
yarnspinner/unity-${{ matrix.unityVersion }} \
Expand Down

0 comments on commit fc1104e

Please sign in to comment.