Skip to content

Commit c199d5e

Browse files
authored
Update main.yml
1 parent aaf96af commit c199d5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ jobs:
7171
steps:
7272
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
7373
- run: |
74-
env
74+
mkdir build && cd build
75+
../azure-pipelines/build.sh
76+
../azure-pipelines/test.sh
77+
shell: bash

0 commit comments

Comments
 (0)