diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac1bef5..dfa335f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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