Try with docker image instead of runs-on
Some checks failed
Self Test / test (push) Failing after 2s

This commit is contained in:
Alessio 2025-05-31 19:29:33 -04:00
parent db90ecf420
commit 3bc0bf7257

View File

@ -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