File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 type : string
1111 default : " "
1212 workflow_dispatch : {}
13+ pull_request :
14+ branches : [ '*' ]
1315
1416jobs :
1517 discover_versions :
@@ -112,12 +114,14 @@ jobs:
112114 - name : Checkout hostap
113115 run : |
114116 test -d hostap || git clone https://w1.fi/hostap.git
115- cd hostap/tests/hwsim/vm && git checkout inside.sh 2>/dev/null || true
117+ cd hostap && git checkout ${{ matrix.hostap_ref }}
118+ cd tests/hwsim/vm && git checkout inside.sh 2>/dev/null || true
116119
117120 - name : Checkout OSP
118121 uses : actions/checkout@v4
119122 with :
120- repository : wolfssl/osp
123+ repository : aidangarske/osp
124+ ref : 5.9.1-wolfprov-patches
121125 path : osp
122126 fetch-depth : 1
123127
@@ -206,9 +210,7 @@ jobs:
206210 ldd wpa_supplicant/wpa_supplicant | grep ssl
207211
208212 - name : Run focused tests
209- id : testing
210213 working-directory : hostap/tests/hwsim/
211- continue-on-error : true
212214 run : |
213215 set +e
214216
You can’t perform that action at this time.
0 commit comments