1
0

Change foundational structure
Some checks failed
Build & Test WASM / build-and-test (push) Failing after 1m12s

This commit is contained in:
2026-03-16 22:57:53 +01:00
parent 25834ed5e3
commit 14e4c12b6b
10 changed files with 193 additions and 159 deletions

View File

@@ -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