feat: support customizing guest portal logo and background with unifi_portal_file and unifi_setting_guest_access resources (#74)

* feat: support customizing guest portal logo and background with `unifi_portal_file` and `unifi_setting_guest_access` resources

* ci: run acceptance tests on go.mod changes

* f
This commit is contained in:
Mateusz Filipowicz
2025-03-22 17:31:30 +01:00
committed by GitHub
parent 8dd4bfcb97
commit a133383b43
9 changed files with 306 additions and 47 deletions

View File

@@ -1,14 +1,17 @@
name: Acceptance Tests
on:
pull_request:
paths:
- "internal/**"
- "scripts/**"
- "tools/**"
- "main.go"
- "docker-compose.yaml"
- ".github/workflows/acctest.yml"
- "Makefile"
branches:
- "*"
# paths:
# - "internal/**"
# - "scripts/**"
# - "tools/**"
# - "main.go"
# - "docker-compose.yaml"
# - ".github/workflows/acctest.yml"
# - "Makefile"
# - "go.mod"
push:
branches:
- "main"
@@ -24,6 +27,8 @@ on:
- "Makefile"
schedule:
- cron: "0 13 * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}