Skip to content

Bump @babel/traverse from 7.21.5 to 7.23.2 in /frontend #189

Bump @babel/traverse from 7.21.5 to 7.23.2 in /frontend

Bump @babel/traverse from 7.21.5 to 7.23.2 in /frontend #189

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@v4
# 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