try to run unit test

This commit is contained in:
Dengke Tang
2022-11-07 15:11:13 -08:00
parent 8728b1c42a
commit 5bf7671a5c
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -108,6 +108,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
submodules: recursive submodules: recursive
- name: Setup PHP 8.0
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- name: Build ${{ env.PACKAGE_NAME }} + consumers - name: Build ${{ env.PACKAGE_NAME }} + consumers
run: | run: |
cd ..\ cd ..\
+1 -1
View File
@@ -17,4 +17,4 @@ call configure --enable-cli --with-openssl --enable-awscrt=shared
call nmake call nmake
@REM call nmake test-awscrt call nmake test-awscrt