Skip to content

Commit

Permalink
chore: add e2etest trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Jul 11, 2024
1 parent d5afb2f commit 816a136
Show file tree
Hide file tree
Showing 2 changed files with 16 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"}'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![php](https://img.shields.io/badge/PHP-8.1-blue)
![php](https://img.shields.io/badge/PHP-8.2-blue)
![php](https://img.shields.io/badge/PHP-8.3-blue)
[![E2E Test](https://github.com/sitepark/atoolo-e2e-test/actions/workflows/e2e-test.yml/badge.svg)](https://github.com/sitepark/atoolo-e2e-test/actions/workflows/e2e-test.yml)

# Atoolo CityCall bundle

Expand Down

0 comments on commit 816a136

Please sign in to comment.