Try with docker image instead of runs-on
Some checks failed
Self Test / test (push) Failing after 2s
Some checks failed
Self Test / test (push) Failing after 2s
This commit is contained in:
parent
db90ecf420
commit
3bc0bf7257
@ -4,7 +4,7 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
container: offline-twitter/go
|
||||||
steps:
|
steps:
|
||||||
- uses: ./
|
- uses: ./
|
||||||
- run: wc -l action.yml
|
- run: wc -l action.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user