We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179d988 commit 2d883b8Copy full SHA for 2d883b8
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,8 @@ jobs:
38
- name: Run tests
39
uses: coactions/setup-xvfb@v1
40
with:
41
- run: cd src && npm test
+ run: npm test
42
+ working-directory: src
43
44
package:
45
runs-on: ubuntu-latest
0 commit comments