diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index fb565ab4e3..ee35475fa8 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -25,7 +25,7 @@ jobs: run: ./sbtx -v coverage "webapi/test" coverageAggregate - name: WebApi Unit Test Report uses: dorny/test-reporter@v1 - if: ${{ env.IS_NOOP == 'false' && (success() || failure()) }} + if: ${{ env.IS_NOOP == 'false' && (success() || failure()) }} with: name: WebApi Unit Test Results path: ./webapi/target/test-reports/TEST-*.xml @@ -47,7 +47,7 @@ jobs: integration-test: name: Build and integration-test - runs-on: actuated-4cpu-20gb + runs-on: buildjet-4vcpu-ubuntu-2204 strategy: matrix: java: [ "21" ] @@ -69,7 +69,7 @@ jobs: run: make integration-test - name: WebApi Integration Test Report uses: dorny/test-reporter@v1 - if: ${{ env.IS_NOOP == 'false' && (success() || failure()) }} + if: ${{ env.IS_NOOP == 'false' && (success() || failure()) }} with: name: WebApi Integration Test Results path: ./integration/target/test-reports/TEST-*.xml diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 6021e8f4b0..8d5ee4c075 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -7,7 +7,7 @@ on: jobs: create-client-test-data: name: Create and upload client-test-data - runs-on: actuated-4cpu-20gb + runs-on: buildjet-4vcpu-ubuntu-2204 concurrency: group: ${{ github.ref }} cancel-in-progress: true