From 6a19c26618bade0e11ee9970e7555627b226e4f3 Mon Sep 17 00:00:00 2001 From: Hui Zhao Date: Wed, 28 Aug 2024 17:07:28 -0700 Subject: [PATCH] chore: publish the tag --- .github/workflows/callable-e2e-tests.yml | 26 +++++++++---------- .../callable-release-verification.yml | 10 +++---- .github/workflows/push-preid-release.yml | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/callable-e2e-tests.yml b/.github/workflows/callable-e2e-tests.yml index c27c51ce57f..724ac5fc173 100644 --- a/.github/workflows/callable-e2e-tests.yml +++ b/.github/workflows/callable-e2e-tests.yml @@ -61,16 +61,16 @@ jobs: # timeout_minutes: ${{ matrix.integ-config.timeout_minutes || 35 }} # retry_count: ${{ matrix.integ-config.retry_count || 3 }} - detox-e2e-test-runner: - name: E2E test runner - needs: e2e-prep - strategy: - matrix: - integ-config: ${{ fromJson(needs.e2e-prep.outputs.detox-integ-config) }} - fail-fast: false - secrets: inherit - uses: ./.github/workflows/callable-e2e-test-detox.yml - with: - test_name: ${{ matrix.integ-config.test_name }} - working_directory: ${{ matrix.integ-config.working_directory }} - timeout_minutes: ${{ matrix.integ-config.timeout_minutes || 45 }} + # detox-e2e-test-runner: + # name: E2E test runner + # needs: e2e-prep + # strategy: + # matrix: + # integ-config: ${{ fromJson(needs.e2e-prep.outputs.detox-integ-config) }} + # fail-fast: false + # secrets: inherit + # uses: ./.github/workflows/callable-e2e-test-detox.yml + # with: + # test_name: ${{ matrix.integ-config.test_name }} + # working_directory: ${{ matrix.integ-config.working_directory }} + # timeout_minutes: ${{ matrix.integ-config.timeout_minutes || 45 }} diff --git a/.github/workflows/callable-release-verification.yml b/.github/workflows/callable-release-verification.yml index 30fd4b0c7e0..3d270d97521 100644 --- a/.github/workflows/callable-release-verification.yml +++ b/.github/workflows/callable-release-verification.yml @@ -7,16 +7,16 @@ jobs: uses: ./.github/workflows/callable-prebuild-amplify-js.yml with: runs_on: ubuntu-latest - prebuild-macos: - uses: ./.github/workflows/callable-prebuild-amplify-js.yml - with: - runs_on: macos-latest + # prebuild-macos: + # uses: ./.github/workflows/callable-prebuild-amplify-js.yml + # with: + # runs_on: macos-latest prebuild-samples-staging: secrets: inherit uses: ./.github/workflows/callable-prebuild-samples-staging.yml e2e: needs: - - prebuild-macos + # - prebuild-macos - prebuild-ubuntu - prebuild-samples-staging secrets: inherit diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 9837290ed14..b33e7f7b18f 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -9,7 +9,7 @@ on: push: branches: # Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on - - feat/example-preid-branch/main + - expr/server-upload/main jobs: e2e: