Skip to content

Commit caeb707

Browse files
committed
mkdir
1 parent bf62ac7 commit caeb707

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
uses: actions/setup-node@v2
1717
with:
1818
node-version: 14
19+
- run: mkdir artifacts
1920
- run: npm install
2021
- run: xvfb-run -a npm test

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ lib
22
.vscode
33
node_modules
44
.vscode-test
5-
artifacts
5+
artifacts/*

0 commit comments

Comments
 (0)