Everywhere: Move the Ladybird folder to UI

This commit is contained in:
Timothy Flynn
2024-11-09 12:50:33 -05:00
committed by Andreas Kling
parent 93712b24bf
commit db47cc41f8
203 changed files with 266 additions and 244 deletions

View File

@@ -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

View File

@@ -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'