attempt to fix: s6-svc: fatal: unable to control /services/rsyslogd #31
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: traefik_acmev1 tests | |
on: | |
pull_request: | |
branches: master | |
jobs: | |
# Run tests | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository and submodules | |
uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- name: Build docker image | |
run: make build-no-cache | |
- name: Run tests | |
run: make traefik_acmev1 |