File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: Test deployment
33on :
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
You can’t perform that action at this time.
0 commit comments