Move SSH connection down a bit.
This commit is contained in:
parent
96e0636af6
commit
c82f7c209d
|
@ -156,8 +156,6 @@ jobs:
|
||||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
|
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: valeriangalliat/action-sshd-cloudflared@v2
|
|
||||||
|
|
||||||
- name: Use Node.js 20.x
|
- name: Use Node.js 20.x
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
@ -180,6 +178,8 @@ jobs:
|
||||||
|
|
||||||
- run: yarn --frozen-lockfile
|
- run: yarn --frozen-lockfile
|
||||||
|
|
||||||
|
- uses: valeriangalliat/action-sshd-cloudflared@v2
|
||||||
|
|
||||||
- name: Test server
|
- name: Test server
|
||||||
env:
|
env:
|
||||||
DD_CIVISIBILITY_AGENTLESS_ENABLED: true
|
DD_CIVISIBILITY_AGENTLESS_ENABLED: true
|
||||||
|
|
Loading…
Reference in New Issue