Skip to content

Commit

Permalink
Merge branch 'master' into revise-oas
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik authored Jan 29, 2024
2 parents 9357d35 + 22e3e8d commit dc1b9f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ jobs:
run: |
npm run lint
npm run coverage
npm run test:dist
npm run test:portman
- name: Test Dist
run: |
rm -rf node_modules
npm ci --omit=dev
npm run test:dist

0 comments on commit dc1b9f2

Please sign in to comment.