Skip to content

Commit

Permalink
Create dist dir for extension testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 27, 2024
1 parent 8a6b788 commit b42fa07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: npm ci
- name: Running lint and type check
run: npm run lint && npm run check-types
- name: Build
run: npm run build
- name: Build project and create dist files
run: "./dist.sh"
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit b42fa07

Please sign in to comment.