Skip to content

Commit 90dd726

Browse files
authored
Update test.yaml
1 parent 0f23608 commit 90dd726

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Test deployment
33
on:
44
push:
55
branches: ["*"]
6-
# note: not testing on PR, since we are already previews for PRs
7-
# which have the same effect
86
pull_request:
97
types:
108
- opened
@@ -17,18 +15,12 @@ jobs:
1715
name: Test deployment
1816
runs-on: ubuntu-latest
1917
steps:
20-
# NOTE: for debugging CI this allow shell access to github runner. Will print out tmate.io terminal url
21-
# - name: Setup tmate session
22-
# uses: mxschmitt/action-tmate@v3
23-
# with:
24-
# detached: true
25-
# timeout-minutes: 15
26-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
2721
- uses: oven-sh/setup-bun@v2
28-
- uses: actions/setup-node@v3
2922
with:
30-
node-version: 18
31-
23+
bun-version: latest
3224
- name: Install dependencies
3325
run: bun install --frozen-lockfile
3426
- name: Test build website

0 commit comments

Comments
 (0)