From f5ff90f1181dc57f836e329e6c0364f53e5acd4e Mon Sep 17 00:00:00 2001 From: Daniel Jette Date: Mon, 4 Sep 2023 16:58:48 -0400 Subject: [PATCH] Remove Flix sample GitHub Action --- .github/workflows/sample_build.yml | 35 ------------------------------ 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/sample_build.yml diff --git a/.github/workflows/sample_build.yml b/.github/workflows/sample_build.yml deleted file mode 100644 index b6c009d5..00000000 --- a/.github/workflows/sample_build.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Build Sample -on: [pull_request] - -jobs: - - instrumentationTests: - name: Screenshot Tests - runs-on: macos-latest - steps: - - - name: Fetch Sources - uses: actions/checkout@v2 - - # Setup Java 11 environment for the next steps - - name: Setup Java - uses: actions/setup-java@v1 - with: - java-version: 11 - - - name: Validate build - run: ./gradlew FlixSample:assemble - - - name: Run Screenshot Tests - uses: reactivecircus/android-emulator-runner@v2 - with: - api-level: 29 - target: google_apis - profile: pixel_3a - script: ./test_and_archive.sh - - - name: Archive production artifacts - uses: actions/upload-artifact@v3 - with: - name: testify - path: output/*.png