Update .github/workflows/test.yml
Co-authored-by: Ryan <me@hackerc.at>
This commit is contained in:
parent
31bbb1e1e8
commit
7a6ac48c9d
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -120,6 +120,6 @@ jobs:
|
|||||||
- uses: actions/setup-go@v2.1.4
|
- uses: actions/setup-go@v2.1.4
|
||||||
with:
|
with:
|
||||||
go-version: '^1.16'
|
go-version: '^1.16'
|
||||||
- run: go install github.com/nektos/act@latest
|
- run: go install github.com/nektos/act@master
|
||||||
- run: docker pull ghcr.io/catthehacker/ubuntu:full-20.04
|
- run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04
|
||||||
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build
|
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
|
Loading…
Reference in New Issue
Block a user