Browse Source

:wrench: ci: enable tests on PR

Ettore Di Giacinto 3 years ago
parent
commit
c4396f899b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/test.yml

+ 2 - 1
.github/workflows/test.yml

@@ -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 }}