Skip to content

Commit

Permalink
Use env setup and test run action
Browse files Browse the repository at this point in the history
  • Loading branch information
culka committed May 23, 2024
1 parent d64f6a8 commit 51447d7
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/test-run-cypress-tests-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,7 @@ jobs:
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: Seed municipalities and fare zones
uses: ./github-actions/seed-municipalities-and-fare-zones

- 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
- name: Setup environment and run e2e tests from github action
uses: ./github-actions/run-ci
with:
test-tags: ''
test-tags: ""

0 comments on commit 51447d7

Please sign in to comment.