We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae31b5 commit a9116e1Copy full SHA for a9116e1
1 file changed
.github/workflows/release_common.yaml
@@ -183,6 +183,7 @@ jobs:
183
prerelease: false
184
release_files: ${{ github.event.repository.name }}-*.tar.gz
185
tag_name: ${{ inputs.version }}
186
+ bazel_test_command: "bazel test transpiler/javatests/com/google/j2cl/integration/java/emptyclass/..."
187
188
publish_to_bcr:
189
if: ${{ inputs.publish_to_bcr }}
0 commit comments