mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Move the Ladybird folder to UI
This commit is contained in:
committed by
Andreas Kling
parent
93712b24bf
commit
db47cc41f8
2
.github/workflows/lagom-template.yml
vendored
2
.github/workflows/lagom-template.yml
vendored
@@ -191,7 +191,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: libweb-test-artifacts-${{ inputs.os_name }}
|
||||
path: ${{ github.workspace }}/Build/Ladybird/test-dumps
|
||||
path: ${{ github.workspace }}/Build/UI/test-dumps
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
|
||||
2
.github/workflows/nightly-android.yml
vendored
2
.github/workflows/nightly-android.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
||||
# === BUILD ===
|
||||
|
||||
- name: Build and Test
|
||||
working-directory: ${{ github.workspace }}/Ladybird/Android
|
||||
working-directory: ${{ github.workspace }}/UI/Android
|
||||
run: ./gradlew connectedAndroidTest
|
||||
env:
|
||||
GRADLE_OPTS: '-Xmx3072m'
|
||||
|
||||
Reference in New Issue
Block a user