ci: fix yml
This commit is contained in:
parent
2ee26c989d
commit
decdf0625b
12
.github/workflows/e2e.yml
vendored
12
.github/workflows/e2e.yml
vendored
@ -50,12 +50,12 @@ jobs:
|
|||||||
- name: Create droplet
|
- name: Create droplet
|
||||||
run: >-
|
run: >-
|
||||||
doctl compute droplet create
|
doctl compute droplet create
|
||||||
--size s-1vcpu-1gb
|
--size s-1vcpu-1gb
|
||||||
--tag-name=github-actions
|
--tag-name=github-actions
|
||||||
--image ubuntu-22-04-x64
|
--image ubuntu-22-04-x64
|
||||||
--ssh-keys='b4:4c:66:7d:be:19:25:43:1c:e0:02:61:9f:49:12:94'
|
--ssh-keys='b4:4c:66:7d:be:19:25:43:1c:e0:02:61:9f:49:12:94'
|
||||||
--wait
|
--wait
|
||||||
ga-out-of-tree-e2e-${{ matrix.os.distro }}-${{ matrix.os.release }}-$GITHUB_SHA
|
ga-out-of-tree-e2e-${{ matrix.os.distro }}-${{ matrix.os.release }}-$GITHUB_SHA
|
||||||
|
|
||||||
- name: End-to-End Testing [${{ matrix.os.distro }} ${{ matrix.os.release }}]
|
- name: End-to-End Testing [${{ matrix.os.distro }} ${{ matrix.os.release }}]
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user