Skip to content

Commit

Permalink
ci(repo): run smoke test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Apr 7, 2024
1 parent dcf0bf3 commit 719e374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npm run build
- name: Build and Smoke Test
run: npm run test:smoketest

- name: Run Unit Tests
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: npm i

- name: Build
run: npm run build
- name: Build and Smoke Test
run: npm run test:smoketest

- name: Run Unit Tests
run: |
Expand Down

0 comments on commit 719e374

Please sign in to comment.