Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: consensus-shipyard/ipc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e28e27503ae2233c0ed9c5d09a11230dc5112f96
Choose a base ref
..
head repository: consensus-shipyard/ipc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff75e7914b51202f71eeb1f12b603df7e4bc0922
Choose a head ref
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:
@@ -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
1 change: 0 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ name: Fendermint CI - Publish

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

env:
Loading