Skip to content

Commit

Permalink
chore: update e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbrink committed Nov 26, 2024
1 parent f41f54e commit b960906
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ jobs:
php-version: ${{ secrets.PHP_VERSION }}
kill-lsphp: true
github-token: ${{ secrets.GITHUB_TOKEN }}
acf-url: ${{ secrets.ACF_URL }}
acf-url: ${{ secrets.ACF_URL }}

e2e-tests:
needs: build
uses: helsingborg-stad/municipio-e2e-action/.github/workflows/test.yml@main
with:
sitemap_urls: ${{ secrets.E2E_SITEMAP_URLS }}
12 changes: 0 additions & 12 deletions .github/workflows/e2e.yml

This file was deleted.

0 comments on commit b960906

Please sign in to comment.