Added cicd restriction [CI SKIP]
parent
3bdf79e824
commit
77e04d5b6b
|
@ -1,5 +1,9 @@
|
|||
pipeline:
|
||||
test:
|
||||
image: chewingbever/fej-builder:latest
|
||||
# Always update the builder image
|
||||
pull: true
|
||||
commands:
|
||||
- cargo test
|
||||
|
||||
branches: [ master, develop ]
|
||||
|
|
Loading…
Reference in New Issue