Skip to content

Commit ac955bc

Browse files
committed
rename job names for setup
1 parent f577146 commit ac955bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/solana-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
180180
# Install pnpm
181181
npm install --global pnpm
182-
- name: Test with Solana stable
182+
- name: Setup Solana stable
183183
uses: heyAyushh/[email protected]
184184
with:
185185
solana-cli-version: stable
@@ -189,7 +189,7 @@ jobs:
189189
solana -V
190190
rustc -V
191191
process_projects "stable"
192-
- name: Test with Solana 1.18.17
192+
- name: Setup Solana 1.18.17
193193
uses: heyAyushh/[email protected]
194194
with:
195195
solana-cli-version: 1.18.17

.github/workflows/steel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
180180
# Install pnpm
181181
npm install --global pnpm
182-
- name: Test with Solana stable
182+
- name: Setup Solana stable
183183
uses: heyAyushh/[email protected]
184184
with:
185185
solana-cli-version: stable
@@ -189,7 +189,7 @@ jobs:
189189
solana -V
190190
rustc -V
191191
process_projects "stable"
192-
- name: Test with Solana 1.18.17
192+
- name: Setup Solana 1.18.17
193193
uses: heyAyushh/[email protected]
194194
with:
195195
solana-cli-version: 1.18.17

0 commit comments

Comments
 (0)