We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf62ac7 commit caeb707Copy full SHA for caeb707
.github/workflows/ci.yml
@@ -16,5 +16,6 @@ jobs:
16
uses: actions/setup-node@v2
17
with:
18
node-version: 14
19
+ - run: mkdir artifacts
20
- run: npm install
21
- run: xvfb-run -a npm test
.gitignore
@@ -2,4 +2,4 @@ lib
2
.vscode
3
node_modules
4
.vscode-test
5
-artifacts
+artifacts/*
0 commit comments