Skip to content

Commit

Permalink
set correct working directory for ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistermoe committed Oct 6, 2023
1 parent 204a13b commit 6d100c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ts-integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:

jobs:
security-audit:
defaults:
run:
working-directory: impls/ts
shell: bash
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand All @@ -27,6 +31,10 @@ jobs:
run: npm audit

test-with-node:
defaults:
run:
working-directory: impls/ts
shell: bash
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand Down

0 comments on commit 6d100c7

Please sign in to comment.