Skip to content

Commit 71dd65c

Browse files
committed
more tests
1 parent f4daf88 commit 71dd65c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Build & Publish
6262
##########################################################################################
6363
build:
64-
name: Build & Publish : ${{ env.snapshot }}
64+
name: Build & Publish
6565
if: ${{ success() || !inputs.doTests }}
6666
needs: [ tests, format ]
6767
runs-on: ubuntu-20.04
@@ -75,6 +75,10 @@ jobs:
7575
distribution: "temurin"
7676
java-version: "11"
7777

78+
- name: Test
79+
run: |
80+
echo "${{ env.snapshot }} ${{ env.doTests }}"
81+
7882
# - name: Setup CommandBox
7983
# uses: Ortus-Solutions/[email protected]
8084
# with:

0 commit comments

Comments
 (0)