From a93442358836b3b5774bee2cb1f10dc2600be474 Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Thu, 20 Feb 2025 22:39:52 +1000 Subject: [PATCH] updates --- .github/workflows/ci.yml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64ca4392744..74747ff2b61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,14 @@ jobs: - name: Prepare uses: ./.github/actions/prepare + - name: ssh + uses: ryanchapman/gha-ssh@v1 + timeout-minutes: 10 + with: + authorized_github_users: 'joshuafernandes' + + # curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/main/install.sh | bash + - name: Assemble run: | ./gradlew --no-daemon --parallel clean compileJava compileTestJava compileJmhJava compileIntegrationTestJava compileAcceptanceTestJava compilePropertyTestJava assemble @@ -44,7 +52,7 @@ jobs: retention-days: 7 unitTests: - needs: assemble + # needs: assemble # 4 cpu, 16G ram runs-on: ubuntu-24.04 environment: dev @@ -62,19 +70,6 @@ jobs: with: name: workspace - - name: Download workspace build - uses: actions/download-artifact@v4 - with: - name: workspace - - - name: ssh - uses: ryanchapman/gha-ssh@v1 - timeout-minutes: 10 - with: - authorized_github_users: 'joshuafernandes' - - # curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/main/install.sh | bash - - name: Unit Tests run: |