Skip to content

Commit

Permalink
Merge branch 'support-l2-plus' into support-l2-plus-fendermint-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAtwill authored Nov 26, 2024
2 parents 5a550fb + dcf324f commit 64859fb
Show file tree
Hide file tree
Showing 27 changed files with 1,514 additions and 1,207 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contracts-deployment-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Contracts: Smoke test deployment'
name: "Contracts: Smoke test deployment"

# This workflow is triggered from the main CI workflow.
on:
Expand All @@ -17,8 +17,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'pnpm'
node-version: "18.x"
cache: "pnpm"

- name: Install dependencies
run: cd contracts && make deps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Fendermint CI - Publish

# This workflow is triggered from the main CI workflow.
on:
workflow_dispatch:
workflow_call:

env:
Expand Down
Loading

0 comments on commit 64859fb

Please sign in to comment.