Skip to content

Commit

Permalink
ci int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jul 22, 2024
1 parent b2aea54 commit 7fb77dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
build-dockernet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Fetch submodules
run: |
git submodule sync --recursive
git submodule update --init --recursive --depth 1
run: make sync

- name: Build dockernet (only Gaia and Stride)
run: make start-docker build=sgr
Expand Down

0 comments on commit 7fb77dd

Please sign in to comment.