Skip to content

build: bump Angular to 15 #1

build: bump Angular to 15

build: bump Angular to 15 #1

Workflow file for this run

name: E2E

Check failure on line 1 in .github/workflows/e2e.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yaml

Invalid workflow file

`pull-request` is not a valid event name
on:
pull-request:
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
docker compose up -d
docker compose logs -f > logs &
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm run cy