Skip to content

Bump @angular/cli from 14.2.11 to 16.2.9 in /frontend #174

Bump @angular/cli from 14.2.11 to 16.2.9 in /frontend

Bump @angular/cli from 14.2.11 to 16.2.9 in /frontend #174

Workflow file for this run

name: End2End Testing with Cypress
on:
push:
{}
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout the source code
- name: 🛎️ Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# Restores the cache if it exists.
- name: ⛏ Restore docker image from cache
uses: satackey/[email protected]
continue-on-error: true
- name: 🏗️ Build the stack
run: docker-compose -f docker-compose.yml -f docker-compose.ci-testing.yml build
- name: 🚀 Run cypress (e2e tests)
run: docker-compose -f docker-compose.yml -f docker-compose.ci-testing.yml up --exit-code-from awt-cypress