Skip to content

Commit a74e880

Browse files
1 parent 57a113f commit a74e880

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
test_aco: ${{ inputs.test_aco || 'dev' }}
279279
smoke_tests: true
280280
postman_tests: true
281-
v3_tests: false
281+
v3_tests: true
282282
eoy_mode: false
283283
secrets: inherit
284284

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ on:
9999
description: Flag which indicates if v3 integration tests should be run
100100
required: true
101101
type: boolean
102-
default: false
102+
default: true
103103

104104
permissions:
105105
id-token: write

0 commit comments

Comments
 (0)