6
0

Always test

This commit is contained in:
Jon Michael Aanes 2023-12-12 14:00:19 +01:00
parent 037b67ff77
commit b5a972b2aa

View File

@ -12,7 +12,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: ${{ hashFiles('test/*.py') != '' }}
steps:
- name: Setting up python
uses: actions/setup-python@v5