Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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