Skip to content

Commit dfd3eb8

Browse files
ci: run runner from its own dir (octave 11 silently ignores function-file args in subdirs)
1 parent 2d6d7ac commit dfd3eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
octave --no-gui --eval "pkg install -forge datatypes; pkg install -forge statistics"
2020
2121
- name: Run plotly tests
22-
working-directory: ${{ github.workspace }}
22+
working-directory: ${{ github.workspace }}/plotly/testing
2323
env:
2424
PLOTLY_ROOT: ${{ github.workspace }}/plotly
2525
CI: true
2626
run: |
27-
xvfb-run -a octave --no-gui plotly/testing/runplotlytests.m
27+
xvfb-run -a octave --no-gui runplotlytests.m

0 commit comments

Comments
 (0)