mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
try to run unit test
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user