Skip to content

Commit 25fc34f

Browse files
adding go-server as exclusion
1 parent 14ea9e0 commit 25fc34f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/terraform.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
- synchronize
77
- closed
88
paths-ignore:
9-
- 'client/web/**'
9+
- "client/web/**"
1010
- "backend/**"
11+
- "go-server/**"
1112
permissions:
1213
id-token: write # This is required for aws oidc connection
1314
contents: read # This is required for actions/checkout
@@ -36,7 +37,7 @@ jobs:
3637
pip install --user pipenv
3738
if [ ! -d .venv ]; then
3839
export PIPENV_VENV_IN_PROJECT=1
39-
pipenv install --deploy
40+
pipenv install
4041
else
4142
export PIPENV_VENV_IN_PROJECT=1
4243
pipenv sync
@@ -52,7 +53,7 @@ jobs:
5253
- name: Setup Terraform
5354
uses: hashicorp/setup-terraform@v2
5455
with:
55-
terraform_version: 1.14.1
56+
terraform_version: 1.14.5
5657

5758
- name: Terraform fmt
5859
id: fmt

0 commit comments

Comments
 (0)