Skip to content

Commit 2d883b8

Browse files
authored
Update ci.yml
1 parent 179d988 commit 2d883b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Run tests
3939
uses: coactions/setup-xvfb@v1
4040
with:
41-
run: cd src && npm test
41+
run: npm test
42+
working-directory: src
4243

4344
package:
4445
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)