We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f9887 commit ce02805Copy full SHA for ce02805
.github/workflows/main.yml
@@ -11,30 +11,18 @@ jobs:
11
- run: npm test
12
staging:
13
runs-on: ubuntu-latest
14
+ needs: dev
15
steps:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-node@v1
18
- run: npm install
19
20
prod:
21
22
+ needs: staging
23
24
25
26
27
- terraform:
- runs-on: ubuntu-latest
28
-
29
- strategy:
30
- matrix:
31
- environment: [dev, staging, prod]
32
33
- steps:
34
- - name: Checkout code
35
36
37
- - name: Setup Terraform
38
- uses: hashicorp/setup-terraform@v2
39
- with:
40
- terraform_version: 1.4.0
+
0 commit comments