Skip to content

Commit d8093f7

Browse files
committed
Test PRs with Netbox feature branch
1 parent 999b087 commit d8093f7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/feature-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
schedule:
66
- cron: "35 07 * * *"
77
workflow_dispatch:
8+
workflow_call:
89

910
jobs:
1011
feature-tests:

.github/workflows/pr-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ jobs:
99
uses: ./.github/workflows/linter.yml
1010
tests:
1111
uses: ./.github/workflows/tests.yml
12+
feature-tests:
13+
uses: ./.github/workflows/feature-test.yml

test/env/netbox.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ REDIS_INSECURE_SKIP_TLS_VERIFY=false
1414
REDIS_PASSWORD=aC4eic9if9de4eHi@kah
1515
REDIS_SSL=false
1616
SECRET_KEY=yam+ie6Uhou5ciGaez7Psheihae*Nga3wohz9ietsae8Hu:chung:aeGeat9
17+
SKIP_SUPERUSER=true
1718
WEBHOOKS_ENABLED=true

0 commit comments

Comments
 (0)