Skip to content

Commit

Permalink
Test windows action should call tests explictly now that release targ…
Browse files Browse the repository at this point in the history
…et no longer depends on test (#454)
  • Loading branch information
Mpdreamz authored Oct 3, 2024
1 parent 5080b07 commit a79063e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ jobs:
- name: Bootstrap Action Workspace
uses: ./.github/workflows/bootstrap

- name: Build the solution
run: ./build.sh build -s true

- name: Run tests
run: ./build.sh test -s true

- name: Run integration tests
run: ./build.sh integrate -s true

- name: Run release -c false
run: ./build.sh release -c false --token ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a79063e

Please sign in to comment.