Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 36548d7

Browse files
committed
ci(integration): use correct image
1 parent 766e589 commit 36548d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
if: github.event.pull_request.draft == false
3232
env:
33-
DOMAIN_PREFIX: pr-${{ github.event.number }}-cli-${{ matrix.os }}
33+
DOMAIN_PREFIX: pr-${{ github.event.number }}-main-${{ matrix.os }}
3434
DOMAIN: test.stackhead.io
3535
steps:
3636
- uses: actions/checkout@v2
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
action: create
5555
server_name: "${{ env.DOMAIN_PREFIX }}"
56-
server_image: ubuntu-18.04
56+
server_image: "${{ matrix.os }}"
5757
server_location: fsn1
5858
server_ssh_key_name: gh-actions
5959
wait_for_ssh: 1

0 commit comments

Comments
 (0)