Skip to content

Commit

Permalink
Github workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-io committed Apr 22, 2024
1 parent bdc9b66 commit b42b48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests for captain
run: npm run captain-test
run: npm run docker:captain-test
- name: Run tests for mate
run: npm run mate-test
run: npm run docker:mate-test
- name: Obtain tag information for captain
id: meta-captain
uses: docker/metadata-action@v5
Expand Down

0 comments on commit b42b48f

Please sign in to comment.