Skip to content

Commit 69b8a36

Browse files
authored
chore(tests): temporarily disable E2E parallelism (#3484)
* fix(parameters): make cache aware of single vs multiple calls Signed-off-by: heitorlessa <[email protected]> * chore: cleanup, add test for single and nested Signed-off-by: heitorlessa <[email protected]> * chore: disable parallelism temporarily * chore: upgrade node to v20 LTS * chore: removing uncommented parallel line --------- Signed-off-by: heitorlessa <[email protected]>
1 parent 419e05b commit 69b8a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup Node.js
6464
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
6565
with:
66-
node-version: "16.12"
66+
node-version: "20.10.0"
6767
- name: Install CDK CLI
6868
run: |
6969
npm ci

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ unit-test:
4040
poetry run pytest tests/unit
4141

4242
e2e-test:
43-
python parallel_run_e2e.py
43+
poetry run pytest tests/e2e
4444

4545
coverage-html:
4646
poetry run pytest -m "not perf" --ignore tests/e2e --cov=aws_lambda_powertools --cov-report=html

0 commit comments

Comments
 (0)