1414 # Must disable publishing to NPM prior to adding this branch to avoid
1515 # accidentally publishing changes.
1616 - main
17+ - lzhouq/feat/e2e-webpack
1718
1819jobs :
1920 prebuild-ubuntu :
@@ -26,32 +27,32 @@ jobs:
2627 # token when run from a nested workflow.
2728 # TODO: Find a workaround or alternative so that this can be included in a
2829 # nested workflow (e.g. `callable-sandbox-e2e-tests.yml`).
29- sandbox_test :
30- name : Sandbox E2E Tests
31- needs : prebuild-ubuntu
32- runs-on : ubuntu-latest
33- permissions :
34- # these permissions are required for the `configure-aws-credentials` action to get a JWT:
35- id-token : write
36- contents : read
37- steps :
38- - name : Checkout repository
39- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f
40- with :
41- path : amplify-data
42- - name : Setup node and build the repository
43- uses : ./amplify-data/.github/actions/node-and-build
44- - name : Configure AWS test execution credentials
45- uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # version 4.0.2
46- with :
47- role-to-assume : ${{ secrets.SANDBOX_E2E_RUNNER_ROLE_ARN }}
48- aws-region : us-west-2
49- - name : Install Sandbox E2E Dependencies
50- working-directory : ./amplify-data
51- run : npm run e2e-sandbox:install
52- - name : Run E2E sandbox tests
53- working-directory : ./amplify-data
54- run : npm run e2e-sandbox:test
30+ # sandbox_test:
31+ # name: Sandbox E2E Tests
32+ # needs: prebuild-ubuntu
33+ # runs-on: ubuntu-latest
34+ # permissions:
35+ # # these permissions are required for the `configure-aws-credentials` action to get a JWT:
36+ # id-token: write
37+ # contents: read
38+ # steps:
39+ # - name: Checkout repository
40+ # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f
41+ # with:
42+ # path: amplify-data
43+ # - name: Setup node and build the repository
44+ # uses: ./amplify-data/.github/actions/node-and-build
45+ # - name: Configure AWS test execution credentials
46+ # uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # version 4.0.2
47+ # with:
48+ # role-to-assume: ${{ secrets.SANDBOX_E2E_RUNNER_ROLE_ARN }}
49+ # aws-region: us-west-2
50+ # - name: Install Sandbox E2E Dependencies
51+ # working-directory: ./amplify-data
52+ # run: npm run e2e-sandbox:install
53+ # - name: Run E2E sandbox tests
54+ # working-directory: ./amplify-data
55+ # run: npm run e2e-sandbox:test
5556 release-verification-testing :
5657 secrets : inherit
5758 uses : ./.github/workflows/callable-release-verification.yml
0 commit comments