Skip to content

Commit

Permalink
chore: Use buildjet instead of actuated (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Apr 11, 2024
1 parent 993538d commit 93fd50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Expand Up @@ -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
Expand All @@ -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" ]
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 93fd50f

Please sign in to comment.