Skip to content

Commit 539f548

Browse files
committed
remove pwd
1 parent 57c0ab4 commit 539f548

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,12 @@ jobs:
128128
- name: Terraform Init
129129
if: contains(matrix.module, ':firebase-firestore')
130130
run: |
131-
pwd
132131
cd firebase-firestore
133132
terraform init
134133
continue-on-error: true
135134
- name: Terraform Apply
136135
if: github.event_name == 'pull_request' && contains(matrix.module, ':firebase-firestore')
137136
run: |
138-
pwd
139137
cd firebase-firestore
140138
terraform apply -var-file=../google-services.json -auto-approve
141139
continue-on-error: true

0 commit comments

Comments
 (0)