From a418e4530170dbc87b7eab465528e4af177b8059 Mon Sep 17 00:00:00 2001 From: Zongle Wang Date: Fri, 16 Aug 2024 05:49:44 -0400 Subject: [PATCH] Remove unused GHA configs --- .github/workflows/AnimationCodelab.yaml | 53 ------------------------ .github/workflows/BasicStateCodelab.yaml | 53 ------------------------ .github/workflows/BasicsCodelab.yaml | 53 ------------------------ 3 files changed, 159 deletions(-) delete mode 100644 .github/workflows/AnimationCodelab.yaml delete mode 100644 .github/workflows/BasicStateCodelab.yaml delete mode 100644 .github/workflows/BasicsCodelab.yaml diff --git a/.github/workflows/AnimationCodelab.yaml b/.github/workflows/AnimationCodelab.yaml deleted file mode 100644 index 1b375a492..000000000 --- a/.github/workflows/AnimationCodelab.yaml +++ /dev/null @@ -1,53 +0,0 @@ -name: AnimationCodelab - -on: - push: - branches: - - main - paths: - - 'AnimationCodelab/**' - - '.github/workflows/AnimationCodelab.yaml' - pull_request: - paths: - - 'AnimationCodelab/**' - - '.github/workflows/AnimationCodelab.yaml' - -env: - SAMPLE_PATH: AnimationCodelab - -jobs: - build: - runs-on: ubuntu-latest - timeout-minutes: 30 - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Copy CI gradle.properties - run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - distribution: 'zulu' - java-version: 17 - - - uses: gradle/actions/setup-gradle@v3 - - - name: Build project - working-directory: ${{ env.SAMPLE_PATH }} - run: ./gradlew assembleDebug lintDebug --stacktrace - - - name: Upload build outputs (APKs) - uses: actions/upload-artifact@v4 - with: - name: build-outputs - path: ${{ env.SAMPLE_PATH }}/app/build/outputs - - - name: Upload build reports - if: always() - uses: actions/upload-artifact@v4 - with: - name: build-reports - path: ${{ env.SAMPLE_PATH }}/app/build/reports diff --git a/.github/workflows/BasicStateCodelab.yaml b/.github/workflows/BasicStateCodelab.yaml deleted file mode 100644 index 472a25b64..000000000 --- a/.github/workflows/BasicStateCodelab.yaml +++ /dev/null @@ -1,53 +0,0 @@ -name: BasicStateCodelab - -on: - push: - branches: - - main - paths: - - 'BasicStateCodelab/**' - - '.github/workflows/BasicStateCodelab.yaml' - pull_request: - paths: - - 'BasicStateCodelab/**' - - '.github/workflows/BasicStateCodelab.yaml' - -env: - SAMPLE_PATH: BasicStateCodelab - -jobs: - build: - runs-on: ubuntu-latest - timeout-minutes: 30 - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Copy CI gradle.properties - run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - distribution: 'zulu' - java-version: 17 - - - uses: gradle/actions/setup-gradle@v3 - - - name: Build project - working-directory: ${{ env.SAMPLE_PATH }} - run: ./gradlew assembleDebug lintDebug --stacktrace - - - name: Upload build outputs (APKs) - uses: actions/upload-artifact@v4 - with: - name: build-outputs - path: ${{ env.SAMPLE_PATH }}/app/build/outputs - - - name: Upload build reports - if: always() - uses: actions/upload-artifact@v4 - with: - name: build-reports - path: ${{ env.SAMPLE_PATH }}/app/build/reports \ No newline at end of file diff --git a/.github/workflows/BasicsCodelab.yaml b/.github/workflows/BasicsCodelab.yaml deleted file mode 100644 index feafb5621..000000000 --- a/.github/workflows/BasicsCodelab.yaml +++ /dev/null @@ -1,53 +0,0 @@ -name: BasicsCodelab - -on: - push: - branches: - - main - paths: - - 'BasicsCodelab/**' - - '.github/workflows/BasicsCodelab.yaml' - pull_request: - paths: - - 'BasicsCodelab/**' - - '.github/workflows/BasicsCodelab.yaml' - -env: - SAMPLE_PATH: BasicsCodelab - -jobs: - build: - runs-on: ubuntu-latest - timeout-minutes: 30 - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Copy CI gradle.properties - run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - distribution: 'zulu' - java-version: 17 - - - uses: gradle/actions/setup-gradle@v3 - - - name: Build project - working-directory: ${{ env.SAMPLE_PATH }} - run: ./gradlew assembleDebug lintDebug --stacktrace - - - name: Upload build outputs (APKs) - uses: actions/upload-artifact@v4 - with: - name: build-outputs - path: ${{ env.SAMPLE_PATH }}/app/build/outputs - - - name: Upload build reports - if: always() - uses: actions/upload-artifact@v4 - with: - name: build-reports - path: ${{ env.SAMPLE_PATH }}/app/build/reports \ No newline at end of file