Add timetables api and tiamat health checks #292
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test run cypress tests action | |
on: | |
push: | |
pull_request: | |
branches: [main] | |
jobs: | |
run_cypress_tests: | |
name: Run cypress e2e tests from docker | |
runs-on: ubuntu-latest-4-cores | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Start e2e env | |
uses: ./github-actions/setup-e2e-environment | |
- name: Seed infrastructure links | |
uses: ./github-actions/seed-infrastructure-links | |
- name: Run e2e tests from github action | |
# We need to reference the remote version of this repository to be able to use specific branches or tags | |
uses: HSLdevcom/jore4-tools/github-actions/run-cypress-tests@run-cypress-tests-v1 | |
with: | |
test-tags: '' |