Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit b87c124

Browse files
authored
Update test.yaml
1 parent fb2be92 commit b87c124

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/test.yaml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@ jobs:
66
test-static-payload:
77
runs-on: ubuntu-latest
88
steps:
9+
910
- uses: actions/checkout@master
10-
- name: test
11-
uses: ./
12-
with:
13-
APP_PEM: ${{ secrets.APP_PEM }}
14-
APP_ID: ${{ secrets.APP_ID }}
15-
TRIGGER_PHRASE: "/test-trigger-comment"
16-
INDICATOR_LABEL: "test-label"
17-
TEST_EVENT_PATH: "tests/pr_comment_payload.json"
18-
11+
1912
- name: pre-build action image
2013
run: |
2114
cd $GITHUB_WORKSPACE
@@ -24,4 +17,13 @@ jobs:
2417
docker push hamelsmu/chatops-workaround
2518
env:
2619
USERNAME: ${{ secrets.DOCKER_USERNAME }}
27-
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
20+
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
21+
22+
- name: test
23+
uses: ./
24+
with:
25+
APP_PEM: ${{ secrets.APP_PEM }}
26+
APP_ID: ${{ secrets.APP_ID }}
27+
TRIGGER_PHRASE: "/test-trigger-comment"
28+
INDICATOR_LABEL: "test-label"
29+
TEST_EVENT_PATH: "tests/pr_comment_payload.json"

0 commit comments

Comments
 (0)