Skip to content

Commit

Permalink
Update CI-CD-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunshaji98 committed Apr 10, 2024
1 parent a9c0d80 commit 4640de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-CD-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-d ghcr.io/varunshaji98/investsavvy:latest
- name: Push to Github Container Registry
run: |
docker push -a ghcr.io/varunshaji98/investsavvy:latest
docker push -a ghcr.io/varunshaji98/investsavvy
automated-api-tests:
needs: docker-build
Expand All @@ -59,4 +59,4 @@ jobs:
- name: Run API tests
run: |
postman collection run "33397024-6c70459c-802f-464e-8160-f7053090d68a" \
-e "33397024-1dbd4062-670f-4bde-b475-04a9a4eb831e"
-e "33397024-1dbd4062-670f-4bde-b475-04a9a4eb831e"

0 comments on commit 4640de6

Please sign in to comment.