File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,11 @@ jobs:
23
23
# Build
24
24
- name : Copy our kickstart file over so it gets picked up
25
25
run : mkdir faDockerComposeFilePath/ && cp -r kickstart faDockerComposeFilePath/ && cp kickstart/kickstart.json faDockerComposeFilePath/kickstart/k2.json
26
- - name : List directory before starting FA
27
- run : ls -l faDockerComposeFilePath/kickstart
28
26
- name : Start FusionAuth
29
27
uses :
fusionauth/[email protected]
30
28
with :
31
29
FUSIONAUTH_VERSION : 1.48.3
32
30
FUSIONAUTH_APP_KICKSTART_DIRECTORY_PATH : kickstart
33
- - name : List directory
34
- run : ls -l faDockerComposeFilePath/kickstart
35
31
- name : Install npm dependencies
36
32
run : |
37
33
npm install
@@ -45,10 +41,12 @@ jobs:
45
41
- name : Run Playwright tests
46
42
run : npx playwright test --project=chromium
47
43
working-directory : ./complete-application
48
- - uses : actions/upload-artifact@v4
49
- if : always()
50
- with :
51
- name : playwright-screenshot
52
- path : complete-application/screenshot.png
53
- retention-days : 2
44
+
45
+ # only for debugging playwright errors
46
+ # - uses: actions/upload-artifact@v4
47
+ # if: always()
48
+ # with:
49
+ # name: playwright-screenshot
50
+ # path: complete-application/screenshot.png
51
+ # retention-days: 2
54
52
# Done!
You can’t perform that action at this time.
0 commit comments