Skip to content

Commit

Permalink
Update dependency tree for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecheng committed Dec 11, 2024
1 parent e01b2e7 commit df4ab69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
name: Test Suite
name: test-linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:

build-linux:
runs-on: ubuntu-latest
needs: test
needs: test-linux

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -54,6 +54,8 @@ jobs:

build-macos:
runs-on: macos-latest
needs: test-linux

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit df4ab69

Please sign in to comment.