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 f4daf88 commit 71dd65cCopy full SHA for 71dd65c
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
# Build & Publish
62
##########################################################################################
63
build:
64
- name: Build & Publish : ${{ env.snapshot }}
+ name: Build & Publish
65
if: ${{ success() || !inputs.doTests }}
66
needs: [ tests, format ]
67
runs-on: ubuntu-20.04
@@ -75,6 +75,10 @@ jobs:
75
distribution: "temurin"
76
java-version: "11"
77
78
+ - name: Test
79
+ run: |
80
+ echo "${{ env.snapshot }} ${{ env.doTests }}"
81
+
82
# - name: Setup CommandBox
83
# uses: Ortus-Solutions/[email protected]
84
# with:
0 commit comments