Skip to content

Commit

Permalink
rename steps in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 16, 2024
1 parent 3901519 commit e96508e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

build-windows-bundle:
runs-on: windows-latest
needs: [test]
needs: [lint, integration]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
build-mac-bundle:
# macos-latest is arm only
runs-on: macos-13
needs: [test]
needs: [lint, integration]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e96508e

Please sign in to comment.