Skip to content

Commit a79063e

Browse files
authored
Test windows action should call tests explictly now that release target no longer depends on test (#454)
1 parent 5080b07 commit a79063e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ jobs:
7474
- name: Bootstrap Action Workspace
7575
uses: ./.github/workflows/bootstrap
7676

77+
- name: Build the solution
78+
run: ./build.sh build -s true
79+
80+
- name: Run tests
81+
run: ./build.sh test -s true
82+
83+
- name: Run integration tests
84+
run: ./build.sh integrate -s true
85+
7786
- name: Run release -c false
7887
run: ./build.sh release -c false --token ${{ secrets.GITHUB_TOKEN }}
7988

0 commit comments

Comments
 (0)