Skip to content

Bump numpy from 2.1.3 to 2.2.0 in /backend #833

Bump numpy from 2.1.3 to 2.2.0 in /backend

Bump numpy from 2.1.3 to 2.2.0 in /backend #833

Workflow file for this run

name: End2End Testing with Cypress
# we run testing for both master and dev branches (but only on pull requests)
on:
pull_request:
branches:
- 'master'
- 'dev'
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout the source code
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
docker-images: false
- name: create dumy files for ./git/HEAD and ./git/refs/heads/
run: |
mkdir -p .git/refs/heads
touch .git/HEAD
touch .git/refs/heads/master
- 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