Skip to content

Commit

Permalink
chore(pipeline): Test artifact sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
tverhoken committed Jan 12, 2021
1 parent 84366cf commit 9aa357d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
${{ runner.os }}-
- run: npm ci
- run: npm run build
- run: ls -al dist
- name: Cache artifact
uses: actions/cache@v2
env:
Expand Down Expand Up @@ -184,6 +185,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm ci
- run: ls -al dist
#- run: npm run release
#- run: git push --follow-tags origin master
#- uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 9aa357d

Please sign in to comment.