Skip integration test on Gitea runners
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m45s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m45s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Integration test (full patching pipeline)
|
- 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: |
|
run: |
|
||||||
cd kobopatch-wasm
|
cd kobopatch-wasm
|
||||||
./test-integration.sh
|
./test-integration.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user