diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb845ab6..bd657fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,18 @@ jobs: - name: Prepare Maven Wrapper run: chmod +x ./mvnw + # install is required so the install-browsers step finds all the other modules - name: Build with Maven - run: ./mvnw clean verify -U -B -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 + run: ./mvnw clean install -U -B -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 - name: Prepare I-Tests run: mkdir -p target/jgiven-reports/json + - name: Install Browsers for Playwright + run: ./mvnw exec:java -B -e -f scenarios/single-node-jpa -Dexec.classpathScope="test" -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps" + - name: Run I-Tests with Maven - run: ./mvnw integration-test failsafe:verify -Pitest -DskipFrontend -B -ntp + run: ./mvnw integration-test failsafe:verify -Pitest -B -ntp - name: Upload coverage information uses: codecov/codecov-action@v3 diff --git a/components/approval/process-forms/src/app/tasks/approve-request/approve-task.component.html b/components/approval/process-forms/src/app/tasks/approve-request/approve-task.component.html index bf788527..2575d6a0 100644 --- a/components/approval/process-forms/src/app/tasks/approve-request/approve-task.component.html +++ b/components/approval/process-forms/src/app/tasks/approve-request/approve-task.component.html @@ -28,9 +28,11 @@
{{ task.description }}
-  Approve request
-  Reject request
-  Return request to originator
+
+
+
  diff --git a/components/tasklist-angular/src/app/app.component.html b/components/tasklist-angular/src/app/app.component.html index bcb87196..21265139 100755 --- a/components/tasklist-angular/src/app/app.component.html +++ b/components/tasklist-angular/src/app/app.component.html @@ -13,7 +13,7 @@
-