tack-up-now/.gitea/workflows/test.yaml

12 lines
267 B
YAML

name: Test
run-name: Test?
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- env: NODE_OPTIONS=--max-old-space-size=8192
run: npm install && npm run test && npx playwright install && npx playwright test