Skip to content

Commit 973a723

Browse files
committed
ci: cleanup test workflow
1 parent 066ac80 commit 973a723

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- "*.md"
1515

1616
env:
17+
ACME_CA: pebble
1718
DOCKER_GEN_CONTAINER_NAME: nginx-proxy-gen
1819
IMAGE: nginxproxy/acme-companion
1920
NGINX_CONTAINER_NAME: nginx-proxy
@@ -100,16 +101,13 @@ jobs:
100101
ocsp_must_staple,
101102
]
102103
setup: [2containers, 3containers]
103-
acme-ca: [pebble]
104104
pebble-config: [pebble-config.json]
105105
include:
106106
- test-name: acme_eab
107107
setup: 2containers
108-
acme-ca: pebble
109108
pebble-config: pebble-config-eab.json
110109
- test-name: acme_eab
111110
setup: 3containers
112-
acme-ca: pebble
113111
pebble-config: pebble-config-eab.json
114112
runs-on: ubuntu-latest
115113

@@ -128,19 +126,13 @@ jobs:
128126
done
129127
130128
- name: Setup Pebble
131-
if: ${{ matrix.acme-ca == 'pebble' }}
132129
env:
133130
PEBBLE_CONFIG: ${{ matrix.pebble-config }}
134131
run: test/setup/pebble/setup-pebble.sh
135132

136-
- name: Setup Boulder
137-
if: ${{ matrix.acme-ca == 'boulder' }}
138-
run: test/setup/setup-boulder.sh
139-
140133
- name: Setup nginx-proxy
141134
env:
142135
SETUP: ${{ matrix.setup }}
143-
ACME_CA: ${{ matrix.acme-ca }}
144136
run: test/setup/setup-nginx-proxy.sh
145137

146138
# ADD BUILT IMAGE
@@ -156,13 +148,11 @@ jobs:
156148
- name: Integration Testing
157149
env:
158150
SETUP: ${{ matrix.setup }}
159-
ACME_CA: ${{ matrix.acme-ca }}
160151
PEBBLE_CONFIG: ${{ matrix.pebble-config }}
161152
run: test/run.sh -t ${{ matrix.test-name }} "$IMAGE"
162153

163154
- name: Display containers logs
164155
if: ${{ failure() }}
165156
env:
166157
SETUP: ${{ matrix.setup }}
167-
ACME_CA: ${{ matrix.acme-ca }}
168158
run: test/github_actions/containers-logs.sh

0 commit comments

Comments
 (0)