Skip to content

Commit

Permalink
chore: change E2E_CONCURRENCY to 2
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Oct 1, 2021
1 parent 5aef3ca commit 909f21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Run e2e test cases
working-directory: ./
run: |
make e2e-test E2E_CONCURRENCY=1
make e2e-test E2E_CONCURRENCY=2
- name: upload coverage profile
working-directory: ./test/e2e
run: |
Expand Down

0 comments on commit 909f21f

Please sign in to comment.