Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 30, 2022
1 parent 51e3aa2 commit 90a5a9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tox-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run tests
id: run-tests
run: tox -e ${{ github.job }}
- name: Archive code coverage results
uses: actions/upload-artifact@v3
Expand All @@ -259,7 +260,7 @@ jobs:
- name: Docker Push if master
if: github.ref_type == 'branch' && github.ref_name == 'master'
run: |
docker push jantman/biweeklybudget:${{ steps.docker-build.outputs.DOCKER_IMG_TAG }}
docker push jantman/biweeklybudget:${{ steps.run-tests.outputs.DOCKER_IMG_TAG }}
migrations:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 90a5a9a

Please sign in to comment.