Skip to content

Commit

Permalink
Fix test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
zxl629 committed Jan 23, 2025
1 parent fb5277b commit 32a07b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable-local-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push-main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32a07b8

Please sign in to comment.