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 e6b2c31 commit 0428339Copy full SHA for 0428339
1 file changed
.github/workflows/bazel-test.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Check exe_deploy.jar is up to date
38
run: |
39
bazel build //src/main/java/com/launchableinc/ingest/commits:exe_deploy.jar
40
- if ! diff -q bazel-bin/src/main/java/com/launchableinc/ingest/commits/exe_deploy.jar launchable/jar/exe_deploy.jar > /dev/null 2>&1; then
41
- echo "launchable/jar/exe_deploy.jar is out of date. Run build-java.sh to update it."
+ if ! diff -q bazel-bin/src/main/java/com/launchableinc/ingest/commits/exe_deploy.jar smart_tests/jar/exe_deploy.jar > /dev/null 2>&1; then
+ echo "smart_tests/jar/exe_deploy.jar is out of date. Run build-java.sh to update it."
42
exit 1
43
fi
0 commit comments