Skip to content

Commit

Permalink
Remove working directory directives
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 31, 2024
1 parent 7d88eea commit 9095291
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
with:
deno-version: v2.x
- run: deno --node-modules-dir=auto -A ./build.ts
working-directory: ./bids-validator
- run: deno run -A ./bids-validator/dist/validator/bids-validator.js --version
- uses: actions/upload-artifact@v4
with:
name: main
path: bids-validator/dist/validator
path: dist/validator

test:
runs-on: ${{ matrix.os }}
Expand All @@ -43,7 +42,6 @@ jobs:
fail-fast: false
defaults:
run:
working-directory: ./bids-validator
shell: bash

steps:
Expand Down

0 comments on commit 9095291

Please sign in to comment.