Skip to content

Commit

Permalink
Fix CI (Layr-Labs#107)
Browse files Browse the repository at this point in the history
- Add foundry installation to CI
- Remove CI environments to avoid the github deploy messages
  • Loading branch information
TomasArrachea committed Sep 12, 2024
1 parent 177c7e4 commit 21649a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
environment: testing
steps:
- name: Install Rust
uses: dtolnay/[email protected]
Expand All @@ -27,7 +26,6 @@ jobs:
lint:
name: Run Lints
runs-on: ubuntu-latest
environment: testing
steps:
- name: Install Rust
uses: dtolnay/[email protected]
Expand All @@ -49,7 +47,6 @@ jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
environment: testing

env:
HOLESKY_WS_URL: ${{ secrets.HOLESKY_WS_URL }}
Expand Down Expand Up @@ -85,6 +82,9 @@ jobs:
with:
cache-on-failure: true

- name: Install Foundry
run: cargo install --git https://github.com/foundry-rs/foundry --profile release --locked foundry-cast anvil

- name: docker
uses: docker-practice/actions-setup-docker@master

Expand Down

0 comments on commit 21649a3

Please sign in to comment.