We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf96af commit c199d5eCopy full SHA for c199d5e
.github/workflows/main.yml
@@ -71,4 +71,7 @@ jobs:
71
steps:
72
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
73
- run: |
74
- env
+ mkdir build && cd build
75
+ ../azure-pipelines/build.sh
76
+ ../azure-pipelines/test.sh
77
+ shell: bash
0 commit comments