Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50a946d

Browse files
authored
chore: explicitly setup terraform (coder#319)
1 parent 8a0ac34 commit 50a946d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
- uses: coder/coder/.github/actions/setup-tf@main
2021
- uses: oven-sh/setup-bun@v2
2122
with:
2223
bun-version: latest
@@ -29,6 +30,7 @@ jobs:
2930
- uses: actions/checkout@v4
3031
with:
3132
fetch-depth: 0 # Needed to get tags
33+
- uses: coder/coder/.github/actions/setup-tf@main
3234
- uses: oven-sh/setup-bun@v2
3335
with:
3436
bun-version: latest

0 commit comments

Comments
 (0)