Skip to content

Commit e04ffb1

Browse files
committed
ACS-10687 Run tests [tas]
1 parent d6d6291 commit e04ffb1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
name: ${{ matrix.testSuite }} | TAS tests (Search API)
387387
runs-on: alfrescoPub-ubuntu2204-16G-4CPU
388388
if: >
389-
(github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
389+
(github.ref_name == 'feature/ACS-10687_test' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
390390
!contains(github.event.head_commit.message, '[skip search]') &&
391391
!contains(github.event.head_commit.message, '[skip tests]')
392392
strategy:
@@ -458,7 +458,7 @@ jobs:
458458
name: ${{ matrix.testSuite }} Upgrade TAS tests
459459
runs-on: alfrescoPub-ubuntu2204-16G-4CPU
460460
if: >
461-
(github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
461+
(github.ref_name == 'feature/ACS-10687_test' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') &&
462462
!contains(github.event.head_commit.message, '[skip search]') &&
463463
!contains(github.event.head_commit.message, '[skip tests]')
464464
strategy:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<groupId>org.alfresco</groupId>
1111
<artifactId>alfresco-enterprise-repo</artifactId>
1212
<relativePath>../alfresco-enterprise-repo/pom.xml</relativePath>
13-
<version>26.1.0.7</version>
13+
<version>26.1.0.8-SNAPSHOT</version>
1414
</parent>
1515

1616
<properties>
17-
<dependency.alfresco-enterprise-repo.version>26.1.0.7</dependency.alfresco-enterprise-repo.version>
18-
<dependency.alfresco-enterprise-share.version>26.1.0.6</dependency.alfresco-enterprise-share.version>
17+
<dependency.alfresco-enterprise-repo.version>26.1.0.8-SNAPSHOT</dependency.alfresco-enterprise-repo.version>
18+
<dependency.alfresco-enterprise-share.version>26.1.0.7-SNAPSHOT</dependency.alfresco-enterprise-share.version>
1919

2020
<alfresco.rm-enterprise-rest-api-explorer.version>3.0.2</alfresco.rm-enterprise-rest-api-explorer.version>
2121

0 commit comments

Comments
 (0)