Add fuzzer to the pipeline #11
@@ -4,7 +4,11 @@ on: [push]
|
|||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash -l {0}
|
shell: bash -el -o pipefail {0}
|
||||||
|
|
||||||
|
# fixes rare instances of git commands failing because TERM isnt set
|
||||||
|
env:
|
||||||
|
TERM: xterm
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-oci-image:
|
build-oci-image:
|
||||||
|
|||||||
Reference in New Issue
Block a user