Skip to content

Commit

Permalink
Errors were fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrinko committed Jun 26, 2020
1 parent f08bf41 commit 8ccbba1
Show file tree
Hide file tree
Showing 5 changed files with 13,237 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm start & sleep 5 && npm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ node_modules
# Generated files
backstop_data
dist
.cache
Loading

0 comments on commit 8ccbba1

Please sign in to comment.