Skip to content

Commit

Permalink
wip ci with docker submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Dec 14, 2023
1 parent 28948ca commit c53ec81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
with:
version: nightly

- name: Init docker submodule
working-directory: ./subgraph
run: git submodule update --init --recursive --depth 1 rain.subgraph.docker/

- name: Start docker container
working-directory: ./subgraph
run: nix run .#docker-up
Expand Down

0 comments on commit c53ec81

Please sign in to comment.