Skip to content

Commit

Permalink
Fix typo in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil authored Jul 17, 2024
1 parent 7befbc4 commit 8b5ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
aws-region: ${{ env.AWS_STAGING_REGION }}

- name: Run integration tests
run: ./github/scripts/integ-tests.sh ${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}:${{ needs.build.outputs.commit-short-sha }}
run: ./.github/scripts/integ-tests.sh ${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}:${{ needs.build.outputs.commit-short-sha }}

0 comments on commit 8b5ff8a

Please sign in to comment.