Skip to content

Commit

Permalink
try action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Nov 5, 2024
1 parent 1cec039 commit f577146
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solana-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
native:
- added|modified: '**/native/**'
workflow:
- added|modified: '.github/workflows/native.yml'
- added|modified: '.github/workflows/solana-native.yml'
- name: Analyze Changes
id: analyze
run: |
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/steel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,19 @@ jobs:
- name: Build and Test with Stable
run: |
source build_and_test.sh
solana block
solana -V
rustc -V
process_projects "stable"
- name: Test with Solana 1.18.17
uses: heyAyushh/[email protected]
with:
solana-cli-version: 1.18.17
- name: Build and Test with 1.18.17
run: |
source build_and_test.sh
solana -V
rustc -V
process_projects "1.18.17"
- name: Set failed projects output
id: set-failed
Expand Down
2 changes: 1 addition & 1 deletion basics/hello-solana/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"test": "pnpm ts-mocha -p ./tsconfig.json -t 1000000 ./tests/test.ts",
"test": "pnpm ts-mocha -p ./tsconfig.json -t 1000000 ./tests/index.test.ts",
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/hello_solana_program.so"
Expand Down
36 changes: 0 additions & 36 deletions basics/hello-solana/native/tests/test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion basics/hello-solana/steel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "hello world with steel framework for solana",
"scripts": {
"test": "pnpm ts-mocha -p ./tsconfig.json -t 1000000 ./tests/test.ts",
"test": "pnpm ts-mocha -p ./tsconfig.json -t 1000000 ./tests/index.test.ts",
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/hello_solana_program.so"
Expand Down
36 changes: 0 additions & 36 deletions basics/hello-solana/steel/tests/test.ts

This file was deleted.

0 comments on commit f577146

Please sign in to comment.