CI: Fix path to test-dumps folder of LibWeb tests for artifact upload
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run

The CI runs are supposed to upload test dumps for failed LibWeb tests as
artifacts. However, the path for the artifact upload was wrong, it
likely regressed in 9a5b31ccd1.
This commit is contained in:
InvalidUsernameException 2025-06-23 16:57:34 +02:00 committed by Andrew Kaster
commit f8f399c9c0
Notes: github-actions[bot] 2025-06-23 17:36:44 +00:00

View file

@ -231,7 +231,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: libweb-test-artifacts-${{ inputs.os_name }}-${{ inputs.build_preset }}-${{ inputs.toolchain }}-${{ inputs.clang-plugins }}
path: ${{ github.workspace }}/Build/UI/Headless/test-dumps
path: ${{ github.workspace }}/Build/Lagom/Tests/LibWeb/test-web/test-dumps/
retention-days: 0
if-no-files-found: ignore