Skip to content

Commit 421a7dd

Browse files
committed
feat: add integration tests pipeline
1 parent d9da9ad commit 421a7dd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .github/workflows/integration-tests.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Integration Tests
2+
3+
on:
4+
- pull_request
5+
- push
6+
7+
jobs:
8+
dispatch:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Repository Dispatch
12+
uses: peter-evans/repository-dispatch@v1
13+
with:
14+
token: "${{ secrets.GITHUB_TOKEN}}"
15+
repository: ulisesgascon/express-examples
16+
event-type: integration-tests
17+
client-payload: '{"branch": "${{ github.head_ref || github.ref }}"}'

0 commit comments

Comments
 (0)