Skip to content

Commit

Permalink
More CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Jan 18, 2024
1 parent a7b7f00 commit edb986b
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
node-version: 16.x
- run: npm ci
- run: npm run lint-check
# - run: npm run compile
# - run: npm run -- docs --treatWarningsAsErrors
- run: ls -alR .
- run: mkdir -p handler/build
- run: npm run -- clean-handler
- run: npm run compile
- run: npm run -- docs --treatWarningsAsErrors
Loading

0 comments on commit edb986b

Please sign in to comment.