Skip to content

Commit

Permalink
Update .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 17, 2024
1 parent a4d260f commit cc3dc4e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Install Solana
run: |
Expand All @@ -52,24 +52,18 @@ jobs:
- name: Debug Project Structure
run: |
echo "Current directory: $(pwd)"
ls -la
echo "PATH: $PATH"
echo "Directory structure:"
tree -L 3 || ls -R
echo "Anchor.toml content:"
cat Anchor.toml || echo "Anchor.toml not found"
echo "Cargo.toml content:"
cat Cargo.toml || echo "Cargo.toml not found"
echo "Program Cargo.toml content:"
cat programs/*/Cargo.toml || echo "Program Cargo.toml not found"
- name: Debug Environment
run: |
echo "Current directory: $(pwd)"
ls -la
echo "PATH: $PATH"
echo "Rust version: $(rustc --version)"
echo "Cargo version: $(cargo --version)"
echo "Solana version: $(solana --version)"
echo "Anchor version: $(anchor --version)"
echo "Node.js version: $(node --version)"
- name: Install npm dependencies
run: npm install
Expand Down

0 comments on commit cc3dc4e

Please sign in to comment.