Skip to content

build(deps): bump @angular/core from 15.2.10 to 16.2.10 #12

build(deps): bump @angular/core from 15.2.10 to 16.2.10

build(deps): bump @angular/core from 15.2.10 to 16.2.10 #12

Workflow file for this run

name: E2E
on:
push:
branches:
- main
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 install
npm run cy
- name: Print docker logs
if: failure()
run: |
cat logs