Skip to content

Commit deff58e

Browse files
committed
chore: dependency
1 parent bf47082 commit deff58e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
if: github.event.pull_request.head.repo.fork == false
1616
name: Test sample game 🧪
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-latest-8-cores
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -45,6 +45,7 @@ jobs:
4545
name: Coverage results
4646
path: ${{ steps.passportTest.outputs.coveragePath }}
4747
build:
48+
needs: test
4849
name: Build for ${{ matrix.targetPlatform }}
4950
runs-on: ubuntu-latest-8-cores
5051
strategy:

0 commit comments

Comments
 (0)