Skip to content

Commit

Permalink
setup IPFS_URL for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Jul 12, 2023
1 parent def6d97 commit 4b08958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- 1.20.3-bullseye
runs-on: ubuntu-20.04
container: golang:${{ matrix.containers }}
env:
IPFS_URL: ${{secrets.IPFS_URL }}
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit 4b08958

Please sign in to comment.