mirror of
https://github.com/Steffo99/io-beep-boop.git
synced 2024-11-22 00:14:18 +00:00
🔨 Skip CI, as there are no tests yet
This commit is contained in:
parent
aaa1ac47a0
commit
9a9ff3a9e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue