Skip to content

Commit 3a32e72

Browse files
Update test-deployer.yml
1 parent 5e5035e commit 3a32e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-deployer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
jobs:
99
test-deployer:
1010
runs-on: self-hosted
11-
container:
12-
image: ghcr.io/catthehacker/ubuntu:act-latest
11+
#container:
12+
# image: ghcr.io/catthehacker/ubuntu:act-latest
1313
env:
1414
GIT_SSH_COMMAND: ssh -i ~/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
1515
PIP_BREAK_SYSTEM_PACKAGES: "1"
1616
timeout-minutes: 60
1717
strategy:
1818
matrix:
19-
design: [aio]
19+
design: [aio, minimal, ha2, asa]
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)