We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c481a commit 25e7b2aCopy full SHA for 25e7b2a
1 file changed
.github/workflows/setup-stackql.yml
@@ -12,10 +12,8 @@ defaults:
12
shell: bash
13
14
jobs:
15
-
16
17
stackql-test-matrix:
18
- name: 'Terraform Run Local No Wrapper'
+ name: Stackql Local Run ${{ matrix.os }}
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
@@ -25,7 +23,7 @@ jobs:
25
23
- name: Checkout
26
24
uses: actions/checkout@v3
27
28
- - name: Setup Terraform
+ - name: Setup Stackql
29
uses: ./
30
31
- name: Validate Stackql Version
0 commit comments