Edit: I mean, why is this not the config if we are just doing a script?
src: github.com/... run: test_and_build.sh
jobs: unit-tests: runs-on: python:3.8.15-slim-buster - name: "Run tests" working-directory: ./bin run: unit-tests.sh