Skip to content

Commit

Permalink
fixing gituhb action
Browse files Browse the repository at this point in the history
  • Loading branch information
drmarro committed Feb 7, 2024
1 parent 82aa92b commit 22a95fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/code-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
echo "NODE_TLS_REJECT_UNAUTHORIZED=0" >> $GITHUB_ENV
echo "COSMOSDB_NAME=${{github.run_id}}" >> $GITHUB_ENV
echo "COSMOSDB_CONNECTION_STRING=${{secrets.COSMOSDB_CONNECTION_STRING}}" >> $GITHUB_ENV
- name: Stop containers if up
run: |
docker-compose --env-file "__integrations__/environments/.env" -f "__integrations__/docker-compose.yml" stop
docker-compose --env-file "__integrations__/environments/.env" -f "__integrations__/docker-compose.yml" down
- name: Start containers
run: docker-compose --env-file "__integrations__/environments/.env" -f "__integrations__/docker-compose.yml" up -d
Expand Down

0 comments on commit 22a95fe

Please sign in to comment.