Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
2 parents 6d9a646 + 92cd292 commit 0720b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}."

0 comments on commit 0720b27

Please sign in to comment.