Update on-pr-manual.yml
This commit is contained in:
parent
431a674306
commit
162fd3f3ee
5
.github/workflows/on-pr-manual.yml
vendored
5
.github/workflows/on-pr-manual.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user