test pr
books / flake8 (push) Successful in 33s Details
books / docker (push) Successful in 32s Details
books / pypi (push) Has been skipped Details

This commit is contained in:
Michel Roux 2023-06-25 22:33:14 +02:00
parent 8c4d133f9a
commit 1a9b3c8577
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ jobs:
id: meta
with:
images: xefir/pynyaata
flavor: latest=true
- uses: https://github.com/docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
@ -38,6 +37,7 @@ jobs:
runs-on: ubuntu-latest
container: python
needs: [lint]
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- run: apt-get update
- run: apt-get install -y git nodejs