Skip to content

Commit b021da1

Browse files
committed
removing debugging steps
1 parent 84567aa commit b021da1

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Diff for: .github/workflows/main.yaml

+8-10
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ jobs:
2323
# Build
2424
- name: Copy our kickstart file over so it gets picked up
2525
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
2826
- name: Start FusionAuth
2927
uses: fusionauth/[email protected]
3028
with:
3129
FUSIONAUTH_VERSION: 1.48.3
3230
FUSIONAUTH_APP_KICKSTART_DIRECTORY_PATH: kickstart
33-
- name: List directory
34-
run: ls -l faDockerComposeFilePath/kickstart
3531
- name: Install npm dependencies
3632
run: |
3733
npm install
@@ -45,10 +41,12 @@ jobs:
4541
- name: Run Playwright tests
4642
run: npx playwright test --project=chromium
4743
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
5452
# Done!

0 commit comments

Comments
 (0)