1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-10-16 07:27:26 +00:00

🔨 Skip CI, as there are no tests yet

This commit is contained in:
Steffo 2022-04-28 18:21:36 +02:00
parent aaa1ac47a0
commit 9a9ff3a9e6
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -20,7 +20,7 @@ jobs:
pytest:
name: "🧪 Test package using pytest"
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
if: "false"
# If you need a database to perform your tests
# services: