Change foundational structure
Some checks failed
Build & Test WASM / build-and-test (push) Failing after 1m12s
Some checks failed
Build & Test WASM / build-and-test (push) Failing after 1m12s
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -2,10 +2,8 @@ name: Build & Test WASM
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, develop]
|
||||
tags: ['v*']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
@@ -73,5 +71,5 @@ jobs:
|
||||
- name: Full integration test (Playwright)
|
||||
if: steps.check-wasm.outputs.run == 'true' && env.GITEA_ACTIONS != 'true'
|
||||
run: |
|
||||
cd e2e
|
||||
cd tests/e2e
|
||||
./run-e2e.sh
|
||||
|
||||
Reference in New Issue
Block a user