Skip to content

Commit

Permalink
Merge branch 'main' into feat/solhint-community
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent authored Feb 2, 2024
2 parents cbda7c7 + 6cb3eb0 commit 4f38583
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true

env:
MAINNET_RPC: ${{ secrets.MAINNET_RPC }}
SEPOLIA_RPC: ${{ secrets.SEPOLIA_RPC }}

jobs:
unit-tests:
name: Run Unit Tests
Expand Down Expand Up @@ -57,13 +61,6 @@ jobs:
- name: Precompile using 0.8.14 and via-ir=false
run: yarn build

- name: Create env file
run: |
touch .env
echo MAINNET_RPC="${{ secrets.MAINNET_RPC }}" >> .env
echo SEPOLIA_RPC="${{ secrets.SEPOLIA_RPC }}" >> .env
cat .env
- name: Run tests
run: yarn test:integration

Expand Down

0 comments on commit 4f38583

Please sign in to comment.