mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 22:07:03 +05:30
github: disable screenshot tests task
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a182265077
commit
b6540b10b9
1 changed files with 33 additions and 33 deletions
66
.github/workflows/pull_request.yml
vendored
66
.github/workflows/pull_request.yml
vendored
|
@ -7,39 +7,39 @@ on:
|
|||
- trying
|
||||
|
||||
jobs:
|
||||
run-screenshot-tests:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2
|
||||
with:
|
||||
java-version: '11'
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Boot emulator manually
|
||||
run: |
|
||||
./scripts/setup_environment.sh
|
||||
./scripts/boot_emulator.sh &
|
||||
until [ "$(adb shell getprop sys.boot_completed)" == "1" ]
|
||||
do sleep 5
|
||||
done
|
||||
|
||||
- uses: burrunan/gradle-cache-action@03c71a8ba93d670980695505f48f49daf43704a6
|
||||
name: Run screenshot tests
|
||||
with:
|
||||
arguments: executeScreenshotTests --stacktrace
|
||||
|
||||
- name: (Fail-only) upload test report
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@27bce4eee761b5bc643f46a8dfb41b430c8d05f6
|
||||
with:
|
||||
name: Test report
|
||||
path: app/build/reports
|
||||
# run-screenshot-tests:
|
||||
# runs-on: macOS-latest
|
||||
# steps:
|
||||
#
|
||||
# - uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2
|
||||
# with:
|
||||
# java-version: '11'
|
||||
#
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
||||
#
|
||||
# - name: Copy CI gradle.properties
|
||||
# run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
#
|
||||
# - name: Boot emulator manually
|
||||
# run: |
|
||||
# ./scripts/setup_environment.sh
|
||||
# ./scripts/boot_emulator.sh &
|
||||
# until [ "$(adb shell getprop sys.boot_completed)" == "1" ]
|
||||
# do sleep 5
|
||||
# done
|
||||
#
|
||||
# - uses: burrunan/gradle-cache-action@03c71a8ba93d670980695505f48f49daf43704a6
|
||||
# name: Run screenshot tests
|
||||
# with:
|
||||
# arguments: executeScreenshotTests --stacktrace
|
||||
#
|
||||
# - name: (Fail-only) upload test report
|
||||
# if: failure()
|
||||
# uses: actions/upload-artifact@27bce4eee761b5bc643f46a8dfb41b430c8d05f6
|
||||
# with:
|
||||
# name: Test report
|
||||
# path: app/build/reports
|
||||
|
||||
run-unit-tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue