Skip to content

Commit

Permalink
fix: run on main
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Feb 3, 2024
1 parent 966bc6d commit 724edec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-ts-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ jobs:
username: nibibot
password: ${{ secrets.NIBIBOT_GIT_TOKEN }}

- name: Checkout nibiru Repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
repository: NibiruChain/nibiru
ref: main
path: "nibiru"
token: ${{ secrets.NIBIBOT_GIT_TOKEN }}

- name: Run Nibiru network in the background
run: |
cd nibiru
Expand Down

0 comments on commit 724edec

Please sign in to comment.