mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-16 04:31:47 +00:00
added token to install
This commit is contained in:
parent
e110d38b81
commit
1643771b22
1 changed files with 4 additions and 0 deletions
4
.github/workflows/selftest.yml
vendored
4
.github/workflows/selftest.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install gotestfmt
|
||||
uses: ./
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
- name: Run gotestfmt
|
||||
working-directory: testdata
|
||||
run: go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
|
||||
|
|
@ -37,6 +39,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install gotestfmt
|
||||
uses: ./
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
- name: Run gotestfmt
|
||||
working-directory: testdata
|
||||
run: go test -json -v ./... 2>&1 | tee ./gotest.log | gotestfmt
|
||||
|
|
|
|||
Loading…
Reference in a new issue