Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 2a67136

Browse files
authored
Update test.yml
1 parent 11dbf21 commit 2a67136

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Test Run"
22
on:
33
push:
44
paths:
5+
- ".github/workflows/test.yml"
56
- "dist/index.js"
67
jobs:
78
test:
@@ -16,5 +17,8 @@ jobs:
1617
with:
1718
accessToken: ${{ secrets.GITHUB_TOKEN }}
1819
context: checkrun
20+
buildArg: |
21+
HTTP_PROXY=http://10.20.30.2:1234
22+
FTP_PROXY=http://40.50.60.5:4567
1923
- name: Test output
2024
run: echo ${{ steps.run-action.outputs.imageURL }}

0 commit comments

Comments
 (0)