Skip to content

Commit

Permalink
Rename test for ACME with certbot into basic ACME
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Sep 10, 2024
1 parent 59ea649 commit ace004d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ACME with certbot
name: Basic ACME

on: workflow_call

Expand Down Expand Up @@ -610,17 +610,9 @@ jobs:
docker cp client:/var/log/letsencrypt/letsencrypt.log /tmp/artifacts/client/var/log/letsencrypt
continue-on-error: true

- name: Upload artifacts from server containers
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: acme-certbot-server
path: |
/tmp/artifacts/pki
- name: Upload artifacts from client container
if: always()
uses: actions/upload-artifact@v4
with:
name: acme-certbot-client
path: /tmp/artifacts/client
name: acme-basic
path: /tmp/artifacts
6 changes: 3 additions & 3 deletions .github/workflows/acme-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
key: acme-images-${{ github.sha }}
path: acme-images.tar

acme-certbot-test:
name: ACME with certbot
acme-basic-test:
name: Basic ACME
needs: build
uses: ./.github/workflows/acme-certbot-test.yml
uses: ./.github/workflows/acme-basic-test.yml

acme-switchover-test:
name: ACME server switchover
Expand Down

0 comments on commit ace004d

Please sign in to comment.