Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Nov 20, 2024
1 parent 5351281 commit 2046bfc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Playwright Browsers
run: pnpmx playwright install chromium

- name: Build
run: pnpm build --cache-dir=.turbo

Expand All @@ -53,6 +50,10 @@ jobs:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}

# for Mermaid
- name: Install Playwright Browsers
run: pnpx playwright install chromium

# for PlantUML
# - uses: actions/setup-java@v4
# with:
Expand Down

0 comments on commit 2046bfc

Please sign in to comment.