diff --git a/.github/workflows/callable-local-e2e-test.yml b/.github/workflows/callable-local-e2e-test.yml index ab1239e2..b0f2cb55 100644 --- a/.github/workflows/callable-local-e2e-test.yml +++ b/.github/workflows/callable-local-e2e-test.yml @@ -31,7 +31,7 @@ jobs: - name: Setup node and build the repository uses: ./amplify-data/.github/actions/node-and-build - name: Make script executable - run: chmod +x ./amplify-data/scripts/retry-npm-script.sh + run: chmod +x ./amplify-data/scripts/retry-npm-script.sh ./amplify-data/scripts/bundler_test.sh - name: Run e2e tests for ${{ inputs.test_name }} dev shell: bash working-directory: ./amplify-data diff --git a/.github/workflows/push-main-release.yml b/.github/workflows/push-main-release.yml index 1b87a737..1a330c32 100644 --- a/.github/workflows/push-main-release.yml +++ b/.github/workflows/push-main-release.yml @@ -17,10 +17,10 @@ on: - lzhouq/feat/webpack jobs: - prebuild-ubuntu: - uses: ./.github/workflows/callable-prebuild-amplify-data.yml - with: - runs_on: ubuntu-latest + # prebuild-ubuntu: + # uses: ./.github/workflows/callable-prebuild-amplify-data.yml + # with: + # runs_on: ubuntu-latest # This step is included at the top level as a workround (i.e. not in a # nested workflow). See: https://github.com/orgs/community/discussions/76409. # The `configure-aws-credentials` GH Action is unable to retrieve the JWT