ci: run the build step somewhere
This commit is contained in:
parent
4b3ab92d2a
commit
e7bd455b2d
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ jobs:
|
|||
build:
|
||||
needs: [ ruff, ty, tests ]
|
||||
if: ${{ always() && needs.ruff.result == 'success' && needs.ty.result == 'success' && needs.tests.result == 'success' }}
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
options: -v /dind/docker.sock:/var/run/docker.sock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue