Skip to content

Commit b597d95

Browse files
committed
first test with stable, then with beta
1 parent 6d659f3 commit b597d95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/solana-native.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,27 +179,27 @@ jobs:
179179
180180
# Install pnpm
181181
npm install --global pnpm
182-
- name: Setup Solana Beta
182+
- name: Setup Solana Stable
183183
uses: heyAyushh/setup-solana@v2
184184
with:
185-
solana-cli-version: beta
186-
- name: Build and Test with Beta
185+
solana-cli-version: stable
186+
- name: Build and Test with Stable
187187
run: |
188188
source build_and_test.sh
189189
solana -V
190190
rustc -V
191-
process_projects "beta"
192-
- name: Setup Solana Stable
191+
process_projects "stable"
192+
- name: Setup Solana Beta
193193
uses: heyAyushh/setup-solana@v2
194194
with:
195-
solana-cli-version: stable
196-
- name: Build and Test with Stable
195+
solana-cli-version: beta
196+
- name: Build and Test with Beta
197197
continue-on-error: true
198198
run: |
199199
source build_and_test.sh
200200
solana -V
201201
rustc -V
202-
process_projects "stable"
202+
process_projects "beta"
203203
204204
- name: Set failed projects output
205205
id: set-failed

0 commit comments

Comments
 (0)