Initial commit; adaptation from mascarpone
This commit is contained in:
commit
3d45ec4b0a
36 changed files with 5877 additions and 0 deletions
14
.forgejo/workflows/test.yaml
Normal file
14
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
on: [workflow_dispatch]
|
||||
jobs:
|
||||
integration-test--firefox:
|
||||
runs-on: playwright-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 11.0.0-dev.1005
|
||||
- run: cd e2e && pnpm install
|
||||
- run: cd e2e && env PROJECT_FILTER=firefox ./Taskfile _test
|
||||
Loading…
Add table
Add a link
Reference in a new issue