Skip to content

Commit 1223326

Browse files
committed
run all es tests
1 parent 3d56b43 commit 1223326

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,10 @@ jobs:
407407
tas_tests_search_api:
408408
name: ${{ matrix.testSuite }} | TAS tests (Search API)
409409
runs-on: alfrescoPub-ubuntu2204-16G-4CPU
410-
if: >
411-
(github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
412-
!contains(github.event.head_commit.message, '[skip search]') &&
413-
!contains(github.event.head_commit.message, '[skip tests]')
410+
# if: >
411+
# (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
412+
# !contains(github.event.head_commit.message, '[skip search]') &&
413+
# !contains(github.event.head_commit.message, '[skip tests]')
414414
strategy:
415415
fail-fast: false
416416
matrix:

0 commit comments

Comments
 (0)