Skip to content

Commit

Permalink
ci: upload compiled source code as workflow artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 11, 2020
1 parent bf6dd46 commit 980befd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ jobs:
run: npm run lint
- name: Compile source code
run: npm run compile
- name: Upload compiled source code as artifact
uses: actions/upload-artifact@v2
with:
name: compiled-source-node-${{ matrix.node-version }}
path: target/src/
- name: Run tests
run: npm run test:integration

0 comments on commit 980befd

Please sign in to comment.