Skip to content

Commit 25e7b2a

Browse files
improve naming
1 parent f4c481a commit 25e7b2a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/setup-stackql.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ defaults:
1212
shell: bash
1313

1414
jobs:
15-
16-
1715
stackql-test-matrix:
18-
name: 'Terraform Run Local No Wrapper'
16+
name: Stackql Local Run ${{ matrix.os }}
1917
runs-on: ${{ matrix.os }}
2018
strategy:
2119
matrix:
@@ -25,7 +23,7 @@ jobs:
2523
- name: Checkout
2624
uses: actions/checkout@v3
2725

28-
- name: Setup Terraform
26+
- name: Setup Stackql
2927
uses: ./
3028

3129
- name: Validate Stackql Version

0 commit comments

Comments
 (0)