Skip to content

Commit

Permalink
update yaml sg ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Dec 15, 2023
1 parent 0ea1592 commit 693a29e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OrderBook Subgraph CI
name: Subgraph CI
on: [push]

jobs:
Expand All @@ -7,6 +7,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
Expand Down Expand Up @@ -38,6 +40,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
Expand All @@ -56,6 +60,9 @@ jobs:
- name: Forge shallow install
run: forge install --shallow

- name: Build metas
run: nix run .#build-meta

- name: install npm dependencies
working-directory: ./subgraph
run: npm install
Expand Down

0 comments on commit 693a29e

Please sign in to comment.