|
@@ -179,26 +179,27 @@ jobs:
|
|
|
|
|
|
# Install pnpm
|
|
|
npm install --global pnpm
|
|
|
- - name: Setup Solana stable
|
|
|
+ - name: Setup Solana Beta
|
|
|
uses: heyAyushh/setup-solana@v5.5
|
|
|
with:
|
|
|
- solana-cli-version: stable
|
|
|
- - name: Build and Test with Stable
|
|
|
+ solana-cli-version: beta
|
|
|
+ - name: Build and Test with Beta
|
|
|
run: |
|
|
|
source build_and_test.sh
|
|
|
solana -V
|
|
|
rustc -V
|
|
|
- process_projects "stable"
|
|
|
- - name: Setup Solana 1.18.17
|
|
|
+ process_projects "beta"
|
|
|
+ - name: Setup Solana Stable
|
|
|
uses: heyAyushh/setup-solana@v5.5
|
|
|
with:
|
|
|
- solana-cli-version: 1.18.17
|
|
|
- - name: Build and Test with 1.18.17
|
|
|
+ solana-cli-version: stable
|
|
|
+ - name: Build and Test with Stable
|
|
|
+ continue-on-error: true
|
|
|
run: |
|
|
|
source build_and_test.sh
|
|
|
solana -V
|
|
|
rustc -V
|
|
|
- process_projects "1.18.17"
|
|
|
+ process_projects "stable"
|
|
|
|
|
|
- name: Set failed projects output
|
|
|
id: set-failed
|