Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivsinz authored Nov 10, 2021
1 parent 48db701 commit d344e8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
path: public/

test:
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -25,6 +26,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@main
with:
name: webpack artifacts
path: public
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit d344e8a

Please sign in to comment.