Skip to content

Commit

Permalink
Update .github/workflows/nodejs.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: github-learning-lab[bot] <37936606+github-learning-lab[bot]@users.noreply.github.com>
  • Loading branch information
CadenGjy and github-learning-lab[bot] committed Apr 3, 2020
1 parent c355d99 commit edc5259
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
npm run build
test:

- uses: actions/download-artifact@master
with:
name: webpack artifacts
path: public
- name: npm install, and test
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit edc5259

Please sign in to comment.