Skip to content

Commit

Permalink
add legal to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Oct 15, 2024
1 parent 0b07395 commit 49480c1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 56 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rainix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
task: [rainix-sol-test, rainix-sol-static]
task: [rainix-sol-test, rainix-sol-static, rainix-sol-legal]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand All @@ -21,11 +21,11 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2

- run: nix develop --command rainix-sol-prelude
- run: nix develop -c rainix-sol-prelude

- name: Run ${{ matrix.task }}
env:
ETH_RPC_URL: ${{ secrets.CI_DEPLOY_RPC_URL }}
ETHERSCAN_API_KEY: ${{ secrets.EXPLORER_VERIFICATION_KEY }}
DEPLOY_VERIFIER: 'etherscan'
run: nix develop --command ${{ matrix.task }}
run: nix develop -c ${{ matrix.task }}
72 changes: 19 additions & 53 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49480c1

Please # to comment.