Skip to content

Commit

Permalink
Update pull-request to build-and-test in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jmain-scottlogic committed Jul 11, 2024
1 parent d7bbc58 commit 8fe6034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

test:
needs: check_version
uses: ./.github/workflows/pull-request.yml
uses: ./.github/workflows/buildAndTest.yml

package:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs:
needs:
- check_version
- package
- publish
Expand Down

0 comments on commit 8fe6034

Please sign in to comment.