Skip to content

Commit

Permalink
Will this spell the end of mixed case repository name⁉😵
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Douglas committed Dec 19, 2023
1 parent 22765d4 commit b851a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run Debug Tests
run: docker run ghcr.io/hackforla/homeuniteus/api:latest pytest
- name: Run Release Tests
run: docker run --env COGNITO_REGION --env COGNITO_ACCESS_ID --env COGNITO_ACCESS_KEY ghcr.io/${{ github.repository }}/api:latest "pytest --mode=release"
run: docker run --env COGNITO_REGION --env COGNITO_ACCESS_ID --env COGNITO_ACCESS_KEY ghcr.io/hackforla/homeuniteus/api:latest "pytest --mode=release"
build-api:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b851a47

Please sign in to comment.