diff --git a/.github/settings.xml b/.github/settings.xml deleted file mode 100644 index 85b8e38..0000000 --- a/.github/settings.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - akka-github-actions - - - akka-repository - Akka library repository - - https://repo.akka.io/maven/github_actions - - - - - akka-repository - Akka library repository - - https://repo.akka.io/maven/github_actions - - - - - - akka-github-actions - - diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 984c03a..ccef7bb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -43,6 +43,17 @@ jobs: with: jvm: temurin:1.21 + - name: Checkout Global Scripts + uses: actions/checkout@v4 + with: + repository: akka/github-actions-scripts + path: scripts + + - name: Setup global resolver + run: | + chmod +x ./scripts/setup_global_resolver.sh + ./scripts/setup_global_resolver.sh + - name: mvn test run: |- mvn test --no-transfer-progress