Skip to content

Commit

Permalink
test: add trigger e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Jun 3, 2024
1 parent 102a2ba commit 23f0d54
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: E2E Test

on:
push:
branches:
- 'main'
workflow_dispatch:

jobs:
e2etest:
runs-on: ubuntu-latest
steps:
- name: Trigger E2E Test
run: |
curl -XPOST -u "sitepark-bot:${{ secrets.BOT_PAT }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/sitepark/atoolo-e2e-test/actions/workflows/e2e-test.yml/dispatches --data '{"ref": "main"}'

0 comments on commit 23f0d54

Please sign in to comment.