Skip to content

Commit

Permalink
refact: minor tweak of GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Mar 4, 2024
1 parent 0ef3b97 commit d46343e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
schedule:
interval: daily
commit-message:
prefix: build
prefix: fix
prefix-development: build
include: scope
labels:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: runner.os == 'Linux'
uses: vegardit/fast-apt-mirror.sh@v1

- name: "Install: Linux packages"
- name: "Install: Linux packages 📦"
if: runner.os == 'Linux'
run: |
set -eux
Expand All @@ -95,7 +95,7 @@ jobs:
# no swt-pi4 in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
sudo apt-get install --no-install-recommends -y libswt-gtk-*-java
- name: "Install: JDK ${{ env.JAVA_VERSION }}"
- name: "Install: JDK ${{ env.JAVA_VERSION }}"
uses: actions/setup-java@v4 # https://github.com/actions/setup-java
with:
distribution: temurin
Expand Down Expand Up @@ -127,8 +127,7 @@ jobs:
with:
maven-version: 3.9.6

- name: Build with Maven
id: maven-build
- name: "Build with Maven 🔨"
continue-on-error: ${{ matrix.target-platform == 'unstable' }}
run: |
set -eu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v4 #https://github.com/actions/checkout

- name: "Install: JDK ${{ env.JAVA_VERSION }}"
- name: "Install: JDK ${{ env.JAVA_VERSION }}"
uses: actions/setup-java@v4 # https://github.com/actions/setup-java
with:
distribution: temurin
Expand Down

0 comments on commit d46343e

Please sign in to comment.