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 2046bfc commit 3499174
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ jobs:
- name: Install dependencies
run: pnpm install

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

- name: Cache turbo build save
uses: actions/cache/save@v3
# if: always()
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}

# for Mermaid
- name: Install Playwright Browsers
run: pnpx playwright install chromium
Expand All @@ -64,5 +54,15 @@ jobs:
# for d2
- run: curl -fsSL https://d2lang.com/install.sh | sh -s --

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

- name: Cache turbo build save
uses: actions/cache/save@v3
# if: always()
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}

- name: Test
run: pnpm test

0 comments on commit 3499174

Please sign in to comment.