Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywong-crypto committed Aug 19, 2024
1 parent 2d7574a commit 0dc77c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
docker pull ghcr.io/cronos-labs/zkevm-base-image:mainnet-$MAINNET_VERSION
- run: >
nix run github:Mic92/nix-fast-build
-- --skip-cached --no-nom
Expand Down Expand Up @@ -74,6 +76,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
docker pull ghcr.io/cronos-labs/zkevm-base-image:mainnet-$MAINNET_VERSION
- run: >
nix run github:Mic92/nix-fast-build
-- --skip-cached --no-nom
Expand Down

0 comments on commit 0dc77c7

Please sign in to comment.