Fixed authz filter does not list domains that exactly equal a filter domain #50
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: comptest | |
on: | |
push: | |
tags: | |
- "*" | |
branches: | |
- "*" | |
pull_request: | |
jobs: | |
comptest: | |
runs-on: ubuntu-latest | |
container: | |
image: golang:1.20-alpine | |
options: --user root | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: run | |
run: | | |
chown -R 1000:1000 /__w/dns3l-core/dns3l-core | |
docker/run-in-docker golang-alpine dbfull |