Skip to content

Commit 4415005

Browse files
committed
Allow demo to pass despite non-matching patterns
1 parent deee91c commit 4415005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: git clone https://github.com/openconfig/public.git ~/tmp/public
2929

3030
- name: Demo output on openconfig/public
31+
continue-on-error: true
3132
run: |
3233
OCDIR=~/tmp/public pytests/pattern_test.sh
3334
@@ -57,5 +58,6 @@ jobs:
5758
run: git clone https://github.com/openconfig/public.git ~/tmp/public
5859

5960
- name: Demo output on openconfig/public
61+
continue-on-error: true
6062
run: |
6163
go run gotests/main.go -model-root ~/tmp/public testdata/regexp-test.yang

0 commit comments

Comments
 (0)