test: CI integration

This commit is contained in:
Vlad Stan
2026-07-07 18:32:54 +03:00
parent 120cf735c8
commit 92570c80ed
2 changed files with 15 additions and 1 deletions
+8 -1
View File
@@ -64,6 +64,13 @@ jobs:
with:
make: openapi
test-wasm-e2e:
needs: [ lint ]
uses: ./.github/workflows/make.yml
with:
make: test-wasm-e2e
playwright-browser: chromium
regtest:
needs: [ lint ]
uses: ./.github/workflows/regtest.yml
@@ -95,5 +102,5 @@ jobs:
python-version: ${{ matrix.python-version }}
bundle:
needs: [ lint, test-api, test-wallets, test-unit, migration, openapi, regtest, jmeter ]
needs: [ lint, test-api, test-wallets, test-unit, migration, openapi, test-wasm-e2e, regtest, jmeter ]
uses: ./.github/workflows/bundle.yml