mirror of
https://github.com/Steffo99/io-beep-boop.git
synced 2025-02-16 17:13:57 +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:
|
pytest:
|
||||||
name: "🧪 Test package using pytest"
|
name: "🧪 Test package using pytest"
|
||||||
runs-on: ubuntu-latest
|
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
|
# If you need a database to perform your tests
|
||||||
# services:
|
# services:
|
||||||
|
|
Loading…
Add table
Reference in a new issue