Update on-pr-manual.yml

This commit is contained in:
Abdul Rabbani 2022-04-21 19:17:45 -04:00
parent 431a674306
commit 162fd3f3ee

View File

@ -23,7 +23,12 @@ jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
env:
GOPATH: /tmp/go
steps:
- name: Create GOPATH
run: mkdir -p /tmp/go
- uses: actions/checkout@v2
with:
path: "./ipld-ethcl-indexer"