Skip to content

Commit

Permalink
Ensure we run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkafader-esnet committed Nov 5, 2024
1 parent b1ea0c8 commit f012b09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Build and test frontend
- name: Build frontend
run: yarn build

- name: Test components
run: make test:component

- name: Install E2E dependencies
run: |
npx playwright install --with-deps
Expand Down

0 comments on commit f012b09

Please sign in to comment.