Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jun 2, 2024
1 parent 20d3c28 commit 3fa8d5e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
node-version: 18

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Build CLI
run: |
npm install
Expand Down Expand Up @@ -60,6 +66,12 @@ jobs:
with:
node-version: 18

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Build CLI
run: |
npm install
Expand All @@ -82,6 +94,12 @@ jobs:
- name: Check forge tree
run: forge tree

- name: Debugging - Print current directory
run: pwd

- name: Debugging - List files
run: ls -la test/circuit-rs/data

- name: Run Foundry tests
run: |
export PROVIDER_URI_SEPOLIA=${{ secrets.PROVIDER_URI_SEPOLIA }}
Expand Down

0 comments on commit 3fa8d5e

Please sign in to comment.