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 1fc84f4 commit 2446899Copy full SHA for 2446899
.github/workflows/build.yml
@@ -30,6 +30,9 @@ jobs:
30
architecture: x64
31
32
- name: Verify Reference Codes
33
+ # For dev builds, we want this enabled because dev builds aren't published yet
34
+ # TODO: Make this not apply to dev builds
35
+ continue-on-error: true
36
run: |
37
cd ./reference-code
38
./gradlew build
@@ -69,4 +72,4 @@ jobs:
69
72
echo "Branch: ${BRANCH}"
70
73
echo "Pushing to ${TARGET_BRANCH}"
71
74
- git push origin "${TARGET_BRANCH}"
75
+ git push origin "${TARGET_BRANCH}"
0 commit comments