Skip to content

Commit 0b8cd5a

Browse files
WIP
1 parent 96fd34f commit 0b8cd5a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
1416
- name: Build the Docker image
15-
run: cd .devcontainer && docker build . --file Dockerfile --tag aws-terraform-dev-container:$(date +%s)
17+
run: cd .devcontainer && docker build . --file Dockerfile --tag aws-terraform-dev-container:${{ github.run_id }}
1618

17-
# - name: Display AWS CLI version
18-
# run: make aws/cli-version
19+
run:
20+
runs-on: aws-terraform-dev-container:${{ github.run_id }}
21+
steps:
22+
- name: Display AWS CLI version
23+
run: make aws/cli-version
1924

2025
# - name: Run Checkov
2126
# run: make checkov/run

0 commit comments

Comments
 (0)