Modify tests to only run if non-static files have been modified
This commit is contained in:
parent
9227d32d57
commit
5c4692a0df
5 changed files with 29 additions and 12 deletions
6
.semaphoreci/job1.sh
Executable file
6
.semaphoreci/job1.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if [ -n "$SHOULD_TEST" ]; then ci_retry make pull-images; fi
|
||||
|
||||
if [ -n "$SHOULD_TEST" ]; then ci_retry make test-integration; fi
|
Loading…
Add table
Add a link
Reference in a new issue