diff --git a/.github/workflows/workflows.yml b/.github/workflows/workflows.yml index 5e752d47..0da3d513 100644 --- a/.github/workflows/workflows.yml +++ b/.github/workflows/workflows.yml @@ -11,6 +11,6 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - name: Run tests as a workflow job demo run: | - cd tests && pytest -v -x -s + make test # ${{ github.workspace }} - run: echo "🍏 This demo job's status is ${{ job.status }}."