File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
crates/rust-sample-wallet Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,16 @@ jobs:
20
20
- name : Install Playwright Browsers
21
21
run : npx playwright install --with-deps
22
22
working-directory : crates/rust-sample-wallet
23
- - name : Write project ID
24
- run : echo ${{ vars.REOWN_PROJECT_ID }} > crates/rust-sample-wallet/.project-id
25
23
- name : Build app
26
24
run : trunk build
25
+ env :
26
+ REOWN_PROJECT_ID : ${{ vars.REOWN_PROJECT_ID }}
27
27
working-directory : crates/rust-sample-wallet
28
28
- name : Run Playwright tests
29
29
run : npx playwright test
30
30
working-directory : crates/rust-sample-wallet
31
+ env :
32
+ REOWN_PROJECT_ID : ${{ vars.REOWN_PROJECT_ID }}
31
33
- uses : actions/upload-artifact@v4
32
34
if : ${{ !cancelled() }}
33
35
with :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default defineConfig({
29
29
baseURL : 'http://127.0.0.1:8080' ,
30
30
31
31
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
32
- trace : 'on-first-retry ' ,
32
+ trace : 'on' ,
33
33
} ,
34
34
35
35
/* Configure projects for major browsers */
You can’t perform that action at this time.
0 commit comments