Skip to content

Commit

Permalink
Merge pull request #6 from opensourceworks-org/ci/python-versions
Browse files Browse the repository at this point in the history
fix: add moto path
  • Loading branch information
jeroenflvr authored Jul 19, 2024
2 parents d6ae0a6 + b726c6b commit eac67e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:

- name: Install dependencies
run: make install


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

0 comments on commit eac67e8

Please sign in to comment.