Skip to content

Updated the analysis image system tests, changed system-tests/e2e/att… #714

Updated the analysis image system tests, changed system-tests/e2e/att…

Updated the analysis image system tests, changed system-tests/e2e/att… #714

Workflow file for this run

name: System Tests
on: [push, pull_request, workflow_dispatch]
jobs:
system-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Running the setup.sh script
run: |
sh setup.sh
- name: Cypress tests
uses: cypress-io/github-action@v5
with:
working-directory: system-tests
browser: chrome
headed: false
start: docker compose up --build -d
wait-on: 'http://local.rosalution.cgds'
wait-on-timeout: 120