File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
# Based on https://github.com/marketplace/actions/deploy-pr-preview#usage.
4
4
5
5
name : Deploy PR previews
6
-
7
6
on :
8
7
pull_request :
8
+ draft : false
9
9
branches :
10
10
- main
11
11
types :
19
19
- ' static/**'
20
20
- ' .env'
21
21
- ' .env.*'
22
-
22
+ permissions :
23
+ contents : write
23
24
concurrency : preview-${{ github.ref }}
24
25
25
26
jobs :
Original file line number Diff line number Diff line change 6
6
push :
7
7
branches : main
8
8
pull_request :
9
+ draft : false
9
10
branches : main
10
11
jobs :
11
12
test :
20
21
with :
21
22
node-version : lts/*
22
23
- name : Install dependencies
23
- run : npm ci
24
+ run : |
25
+ npx playwright install --with-deps
26
+ npm ci
24
27
- name : Run tests
25
28
run : npm run test
26
- - uses : actions/upload-artifact@v4
27
- if : ${{ !cancelled() }}
28
- with :
29
- name : playwright-report
30
- path : playwright-report/
31
- retention-days : 30
Original file line number Diff line number Diff line change 8
8
});
9
9
</script >
10
10
11
+ <header ></header >
11
12
<main >
12
13
<slot />
13
14
</main >
15
+ <footer ></footer >
You can’t perform that action at this time.
0 commit comments