TSK-1788: Release CI committing taskana version updates for wildfly integration tests
This commit is contained in:
parent
32e0c7c1eb
commit
53e333908a
|
|
@ -387,7 +387,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ci/change_version.sh -i -m .
|
ci/change_version.sh -i -m .
|
||||||
ci/update_taskana_dependency_for_wildfly.sh
|
ci/update_taskana_dependency_for_wildfly.sh
|
||||||
ci/commitPoms.sh
|
ci/commitPoms.sh rest/taskana-rest-spring-example-wildfly/src/test/java/pro/taskana/example/wildfly/AbstractAccTest.java
|
||||||
env:
|
env:
|
||||||
GH_EMAIL: ${{ secrets.GH_EMAIL }}
|
GH_EMAIL: ${{ secrets.GH_EMAIL }}
|
||||||
GH_USERNAME: ${{ secrets.GH_USERNAME }}
|
GH_USERNAME: ${{ secrets.GH_USERNAME }}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ import pro.taskana.workbasket.rest.models.WorkbasketSummaryRepresentationModel;
|
||||||
public class AbstractAccTest {
|
public class AbstractAccTest {
|
||||||
|
|
||||||
protected RestHelper restHelper = new RestHelper(8080);
|
protected RestHelper restHelper = new RestHelper(8080);
|
||||||
protected static final String DEPENDENCY_VERSION = "4.12.1-SNAPSHOT";
|
protected static final String DEPENDENCY_VERSION = "4.13.1-SNAPSHOT";
|
||||||
|
|
||||||
protected TaskRepresentationModel getTaskResourceSample() {
|
protected TaskRepresentationModel getTaskResourceSample() {
|
||||||
ClassificationSummaryRepresentationModel classificationResource =
|
ClassificationSummaryRepresentationModel classificationResource =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue