set pwd to JuliaStream.jl for CI run
This commit is contained in:
parent
b3efa6af67
commit
63f471f880
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -5,6 +5,9 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
test-julia:
|
test-julia:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: ./JuliaStream.jl
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup project
|
- name: Setup project
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user