mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-02-24 10:28:22 -07:00
Minor refactoring, error returns and e2e testing suite
This commit is contained in:
21
.github/workflows/e2e.yml
vendored
Normal file
21
.github/workflows/e2e.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: E2E Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
e2e-tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Run E2E Tests
|
||||
run: |
|
||||
cd test/e2e
|
||||
docker compose up --build --abort-on-container-exit --exit-code-from tester
|
||||
Reference in New Issue
Block a user