Update .github/workflows/test.yml

Co-authored-by: Ryan <me@hackerc.at>
This commit is contained in:
Domen Kožar 2021-11-17 15:44:12 -06:00
parent 31bbb1e1e8
commit 7a6ac48c9d

View file

@ -120,6 +120,6 @@ jobs:
- uses: actions/setup-go@v2.1.4
with:
go-version: '^1.16'
- run: go install github.com/nektos/act@latest
- run: docker pull ghcr.io/catthehacker/ubuntu:full-20.04
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:full-20.04 push -j simple-build
- run: go install github.com/nektos/act@master
- run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04
- run: ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build