-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74e5806
commit 64d09ed
Showing
8 changed files
with
52 additions
and
43 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Run cypress tests | ||
|
||
on: | ||
# this workflow is only called by others, won't be executed on itself | ||
workflow_call: | ||
|
||
jobs: | ||
run_cypress_tests: | ||
name: Run cypress e2e tests | ||
# These must run on ubuntu 22.04 or older. | ||
# The MS SQL server used by jore4-jore3-importer needs, | ||
# does not run on Linux kernels newer than 6.6.x. | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- name: Extract metadata to env variables | ||
uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1 | ||
|
||
- name: Start e2e env | ||
uses: HSLdevcom/jore4-tools/github-actions/run-ci@main | ||
with: | ||
timetables_api_version: "${{ env.IMAGE_NAME }}:${{ env.COMMIT_ID }}" |
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
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
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