Skip to content

Commit

Permalink
hide the terraform output info
Browse files Browse the repository at this point in the history
  • Loading branch information
milaGGL committed Oct 12, 2023
1 parent 48ade93 commit 71e422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-firestore-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: github.event_name == 'pull_request'
run: |
cd packages/firestore
terraform apply -var-file=../../config/project.json -auto-approve
terraform apply -var-file=../../config/project.json -auto-approve &> /dev/null
continue-on-error: true
- name: Set up Node (16)
uses: actions/setup-node@v3
Expand Down

0 comments on commit 71e422f

Please sign in to comment.