From 51447d7c5ac1978c3bed61f0bd9008cb71ffa71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teemu=20M=C3=A4kinen?= Date: Thu, 23 May 2024 18:17:58 +0300 Subject: [PATCH] Use env setup and test run action --- .../test-run-cypress-tests-action.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test-run-cypress-tests-action.yml b/.github/workflows/test-run-cypress-tests-action.yml index f5e4a72..91ff812 100644 --- a/.github/workflows/test-run-cypress-tests-action.yml +++ b/.github/workflows/test-run-cypress-tests-action.yml @@ -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: ""