Skip to content

Commit

Permalink
tmp debug env var
Browse files Browse the repository at this point in the history
  • Loading branch information
MEPalma committed Mar 27, 2024
1 parent 31afefd commit 9032d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -203,6 +203,7 @@ jobs:
name: Test SFN Legacy provider
environment:
PROVIDER_OVERRIDE_STEPFUNCTIONS: "legacy"
DEBUG: 1
TEST_PATH: "tests/aws/services/stepfunctions/legacy/"
COVERAGE_ARGS: "-p"
command: |
Expand Down Expand Up @@ -255,7 +256,6 @@ jobs:
name: Test CloudWatch v2 provider
environment:
PROVIDER_OVERRIDE_CLOUDWATCH: "v2"
DEBUG: 1
TEST_PATH: "tests/aws/services/cloudwatch/"
COVERAGE_ARGS: "-p"
command: |
Expand Down

0 comments on commit 9032d0e

Please sign in to comment.