Skip to content

script fix, verified can only run it once succesfully #799

script fix, verified can only run it once succesfully

script fix, verified can only run it once succesfully #799

Workflow file for this run

name: System Tests
on: [push, pull_request, workflow_dispatch]
jobs:
system-tests:
runs-on: ubuntu-22.04
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
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