ensure tests run first

This commit is contained in:
Fuchsty 2023-08-25 23:48:30 +02:00
commit c7eb9ba7a2

View file

@ -40,6 +40,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push'
needs: test
steps:
- uses: actions/checkout@v2