Skip to content

Commit

Permalink
Merge pull request #8 from opensourceworks-org/ci/python-versions
Browse files Browse the repository at this point in the history
fix: tests
  • Loading branch information
jeroenflvr authored Jul 19, 2024
2 parents 32575e0 + 8f53c80 commit 485e1c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:

# need to fix moto_server
- name: Run tests
shell: bash
run: |
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
which moto_server
pwd
source .venv/bin/activate
make coverage
- name: Build package
Expand Down

0 comments on commit 485e1c3

Please sign in to comment.