We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deee91c commit 4415005Copy full SHA for 4415005
.github/workflows/demo.yml
@@ -28,6 +28,7 @@ jobs:
28
run: git clone https://github.com/openconfig/public.git ~/tmp/public
29
30
- name: Demo output on openconfig/public
31
+ continue-on-error: true
32
run: |
33
OCDIR=~/tmp/public pytests/pattern_test.sh
34
@@ -57,5 +58,6 @@ jobs:
57
58
59
60
61
62
63
go run gotests/main.go -model-root ~/tmp/public testdata/regexp-test.yang
0 commit comments