Skip to content

Commit

Permalink
Create e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbrink authored Nov 26, 2024
1 parent 236a69b commit f41f54e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: E2E

on:
workflow_run:
workflows: ["Build and deploy stage, beta, test release."]
types:
- completed
jobs:
call-workflow-passing-data:
uses: helsingborg-stad/municipio-e2e-action/.github/workflows/test.yml@main
with:
sitemap_urls: https://visithelsingborg.hbgtest.se/sitemap.xml?pw_test

0 comments on commit f41f54e

Please sign in to comment.