|
@@ -2,6 +2,7 @@ name: Test
|
|
|
|
|
|
on:
|
|
on:
|
|
push:
|
|
push:
|
|
|
|
+ pull_request:
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
build:
|
|
build:
|
|
@@ -152,4 +153,4 @@ jobs:
|
|
run: |
|
|
run: |
|
|
chmod +x edgevpn
|
|
chmod +x edgevpn
|
|
export EDGEVPNCONFIG=config.yaml
|
|
export EDGEVPNCONFIG=config.yaml
|
|
- bash ./.github/filetest.sh ${{ matrix.role }}
|
|
|
|
|
|
+ bash ./.github/filetest.sh ${{ matrix.role }}
|