Skip to content

Commit 4320c76

Browse files
committed
ci: hostap -- run on PR vs osp#340 patches (hostap_2_11 tag, OSP PR branch); remove silent test failure
1 parent 0678f3b commit 4320c76

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/hostap.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
type: string
1111
default: ""
1212
workflow_dispatch: {}
13+
pull_request:
14+
branches: [ '*' ]
1315

1416
jobs:
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

0 commit comments

Comments
 (0)