Skip to content

Bump gunicorn from 20.1.0 to 21.2.0 in /backend (#222) #191

Bump gunicorn from 20.1.0 to 21.2.0 in /backend (#222)

Bump gunicorn from 20.1.0 to 21.2.0 in /backend (#222) #191

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