Skip to content

Commit

Permalink
ci: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Jun 30, 2024
1 parent 834d7a6 commit a2b5b8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

permissions:
Expand All @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand All @@ -35,4 +35,4 @@ jobs:
with:
name: playwright-report
path: dist/.playwright/apps/
retention-days: 30
retention-days: 30
6 changes: 3 additions & 3 deletions .github/workflows/ci-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

permissions:
Expand All @@ -23,7 +23,7 @@ jobs:
node-version: latest

- run: npm ci

- uses: nrwl/nx-set-shas@v4

- name: Install Playwright Browsers
Expand All @@ -36,4 +36,4 @@ jobs:
with:
name: playwright-report
path: dist/.playwright/apps/
retention-days: 30
retention-days: 30

0 comments on commit a2b5b8d

Please sign in to comment.