Skip to content

Commit

Permalink
chore: add TS build to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Jun 30, 2023
1 parent f0940e6 commit 9971cb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: npm ci
- run: npm test
name: Run unit tests
- name: Build TypeScript
run: npm run build
- working-directory: ./serverless-test-project
run: npm test
name: Run Serverless Framework packaging test
Expand All @@ -50,4 +52,4 @@ jobs:
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
path-to-lcov: coverage/lcov.info
path-to-lcov: coverage/lcov.info

0 comments on commit 9971cb1

Please sign in to comment.