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
  • Loading branch information
Mpdreamz committed Oct 3, 2024
1 parent 5b4004c commit 4c03fd6
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 4c03fd6

Please sign in to comment.