We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a2521 commit 8f80953Copy full SHA for 8f80953
.github/workflows/main.yaml
@@ -0,0 +1,14 @@
1
+name: Trigger Express JS Backend Test Runner
2
+
3
+on:
4
+ pull_request_target:
5
+ branches: ["main"]
6
7
+jobs:
8
+ express_js_backend_test_runner:
9
+ uses: developer-job-simulation/express-js-backend-tests/.github/workflows/main.yml@main
10
+ with:
11
+ pr_number: ${{ github.event.pull_request.number }}
12
+ head_sha: ${{ github.event.pull_request.head.sha }}
13
+ secrets:
14
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments