E2E Tests #157
This file contains hidden or 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: E2E Tests | |
| on: | |
| workflow_dispatch: # Enable manual trigger | |
| workflow_run: | |
| workflows: ["Build and deploy stage, beta, test release."] # Name of the workflow to depend on | |
| types: | |
| - completed # Trigger on workflow completion, whether success or failure | |
| jobs: | |
| e2e: | |
| uses: helsingborg-stad/municipio-e2e-tests/.github/workflows/e2e.yml@main | |
| with: | |
| sitemaps: ${{ vars.E2E_SITEMAP_URLS }} |