Skip to content

Commit 7e0500d

Browse files
committed
Add PHP.wasm CLI tests in CI
1 parent 22013d0 commit 7e0500d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ jobs:
119119
MYSQL_DATABASE: test_db
120120
MYSQL_USER: user
121121
MYSQL_PASSWORD: password
122+
test-php-wasm-cli:
123+
runs-on: ubuntu-latest
124+
steps:
125+
- uses: actions/checkout@v4
126+
with:
127+
submodules: true
128+
- uses: ./.github/actions/prepare-playground
129+
- run: npx nx test php-wasm-cli
122130
test-playground-cli:
123131
strategy:
124132
matrix:

0 commit comments

Comments
 (0)