Skip to content

Commit ba2e892

Browse files
committed
Set working directory for unit tests and coverage in CI pipeline
1 parent 6bc6d53 commit ba2e892

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
# Run unit tests
5959
# ---------------------------
6060
- name: Run Unit Tests
61+
working-directory: tests/unit
6162
run: |
6263
export PATH="$HOME/.local/bin:$PATH"
6364
export PATH="$(ruby -e 'puts Gem.user_dir')/bin:$PATH"
@@ -67,6 +68,7 @@ jobs:
6768
# Run coverage and enforce 90%
6869
# ---------------------------
6970
- name: Run coverage
71+
working-directory: tests/unit
7072
run: |
7173
export PATH="$HOME/.local/bin:$PATH"
7274
export PATH="$(ruby -e 'puts Gem.user_dir')/bin:$PATH"

0 commit comments

Comments
 (0)