Skip to content

AVMFritzBox: add override url config to allow reverse proxied linking urls #113

AVMFritzBox: add override url config to allow reverse proxied linking urls

AVMFritzBox: add override url config to allow reverse proxied linking urls #113

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [master]
jobs:
test_all_apps:
name: Test all Apps
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node env
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Run App Tests
run: node testRunner.js