Skip to content

Commit

Permalink
better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 2, 2023
1 parent 9d84544 commit 06adfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build all workspace packages
- name: Build all workspace packages (type check)
run: npm run build

- name: Run linter for all packages
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
path: ~/Library/Caches/ms-playwright
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}

- name: Build all workspace packages
- name: Build browser bundles
run: npm run build build:browser --ws

- name: Run dwn-server (background)
Expand Down

0 comments on commit 06adfba

Please sign in to comment.