Skip to content

Commit bd906a5

Browse files
committed
move the terraform into firestore
1 parent 364aa84 commit bd906a5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test-changed-firestore-integration.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,14 @@ jobs:
2222
- name: Terraform Init
2323
run: |
2424
cp config/ci.config.json config/project.json
25-
pwd
26-
ls
2725
cd packages/firestore
2826
terraform init
2927
continue-on-error: true
3028
- name: Terraform Apply
3129
if: github.event_name == 'pull_request'
3230
run: |
33-
pwd
34-
ls
35-
terraform apply -var-file=config/project.json -auto-approve
36-
cd ../..
31+
cd packages/firestore
32+
terraform apply -var-file=../../config/project.json -auto-approve
3733
continue-on-error: true
3834
- name: Set up Node (16)
3935
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)