Skip to content

Commit d8a266e

Browse files
committed
Fix e2e runner test name
1 parent 2f3d686 commit d8a266e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable-local-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: ./amplify-data/.github/actions/load-verdaccio-with-amplify-data
6363
- name: Make script executable
6464
run: chmod +x ./amplify-data/scripts/retry-npm-script.sh
65-
- name: Run cypress tests for webpack e2e test dev
65+
- name: Run cypress tests for ${{ inputs.test_name }} dev
6666
shell: bash
6767
working-directory: ./amplify-data
6868
env:

0 commit comments

Comments
 (0)