1
0

Skip integration test on Gitea runners
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m45s

This commit is contained in:
2026-03-16 11:51:09 +01:00
parent a37c875fe5
commit c4b2b45257

View File

@@ -59,7 +59,7 @@ jobs:
fi
- name: Integration test (full patching pipeline)
if: steps.check-wasm.outputs.run == 'true'
if: steps.check-wasm.outputs.run == 'true' && env.GITEA_ACTIONS != 'true'
run: |
cd kobopatch-wasm
./test-integration.sh