Skip to content

Commit

Permalink
ci: set working directory for front end unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 7, 2024
1 parent 47a886b commit 16738c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash
working-directory: src/ClientApp

jobs:
test-unit:
name: Unit tests
Expand All @@ -27,6 +32,7 @@ jobs:
with:
node-version: lts/*
cache: npm
cache-dependency-path: src/ClientApp/package.json

- name: 📥 Download dependencies
run: npm ci
Expand Down

0 comments on commit 16738c9

Please sign in to comment.