Skip to content

Commit

Permalink
Debugging/3
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 29, 2024
1 parent a96e0fb commit e6bd423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: echo "Run with snapshot/2"
- name: Snapshot-or-not-1
if: ${{ matrix.snapshot == '1' }}
run: echo "Run with snapshot == 1 : ${{ matrix.snapshot }}"
run: echo "Run with snapshot == 1"
- name: Build
# Note: build separately first with default joda
run: ./mvnw -B -q -ff -ntp -DskipTests clean package
Expand Down

0 comments on commit e6bd423

Please sign in to comment.