From c82f7c209deb1e7174b1fa06e09208eca8c314ad Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Tue, 11 Jun 2024 10:08:49 +0100 Subject: [PATCH] Move SSH connection down a bit. --- .github/workflows/budibase_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index ad398a9bda..cdff56f91c 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -156,8 +156,6 @@ jobs: token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }} fetch-depth: 0 - - uses: valeriangalliat/action-sshd-cloudflared@v2 - - name: Use Node.js 20.x uses: actions/setup-node@v4 with: @@ -180,6 +178,8 @@ jobs: - run: yarn --frozen-lockfile + - uses: valeriangalliat/action-sshd-cloudflared@v2 + - name: Test server env: DD_CIVISIBILITY_AGENTLESS_ENABLED: true