Skip to content

Commit 9095291

Browse files
committed
Remove working directory directives
1 parent 7d88eea commit 9095291

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deno_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626
with:
2727
deno-version: v2.x
2828
- run: deno --node-modules-dir=auto -A ./build.ts
29-
working-directory: ./bids-validator
3029
- run: deno run -A ./bids-validator/dist/validator/bids-validator.js --version
3130
- uses: actions/upload-artifact@v4
3231
with:
3332
name: main
34-
path: bids-validator/dist/validator
33+
path: dist/validator
3534

3635
test:
3736
runs-on: ${{ matrix.os }}
@@ -43,7 +42,6 @@ jobs:
4342
fail-fast: false
4443
defaults:
4544
run:
46-
working-directory: ./bids-validator
4745
shell: bash
4846

4947
steps:

0 commit comments

Comments
 (0)