Skip to content

Commit

Permalink
make tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Jan 18, 2024
1 parent 5872cbc commit f531e71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

test:
runs-on: ubuntu-latest
env:
GOPRIVATE: github.com/ojo-network/indexer
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
Expand All @@ -30,6 +33,7 @@ jobs:
with:
go-version: '1.20'
cache: true
- run: git config --global url.https://[email protected]/.insteadOf https://github.com/
- name: Test
if: env.GIT_DIFF
run: |
Expand Down

0 comments on commit f531e71

Please sign in to comment.