We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc6d53 commit ba2e892Copy full SHA for ba2e892
1 file changed
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
# Run unit tests
59
# ---------------------------
60
- name: Run Unit Tests
61
+ working-directory: tests/unit
62
run: |
63
export PATH="$HOME/.local/bin:$PATH"
64
export PATH="$(ruby -e 'puts Gem.user_dir')/bin:$PATH"
@@ -67,6 +68,7 @@ jobs:
67
68
# Run coverage and enforce 90%
69
70
- name: Run coverage
71
72
73
74
0 commit comments