We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ea9e0 commit 25fc34fCopy full SHA for 25fc34f
1 file changed
.github/workflows/terraform.yml
@@ -6,8 +6,9 @@ on:
6
- synchronize
7
- closed
8
paths-ignore:
9
- - 'client/web/**'
+ - "client/web/**"
10
- "backend/**"
11
+ - "go-server/**"
12
permissions:
13
id-token: write # This is required for aws oidc connection
14
contents: read # This is required for actions/checkout
@@ -36,7 +37,7 @@ jobs:
36
37
pip install --user pipenv
38
if [ ! -d .venv ]; then
39
export PIPENV_VENV_IN_PROJECT=1
- pipenv install --deploy
40
+ pipenv install
41
else
42
43
pipenv sync
@@ -52,7 +53,7 @@ jobs:
52
53
- name: Setup Terraform
54
uses: hashicorp/setup-terraform@v2
55
with:
- terraform_version: 1.14.1
56
+ terraform_version: 1.14.5
57
58
- name: Terraform fmt
59
id: fmt
0 commit comments