Skip to content

Commit

Permalink
GH actions: pull request name
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey committed May 16, 2023
1 parent aac8ba4 commit 65efd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java 17
name: Java 17 Linux

on:
push:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build timefold-solver
run: |
cd timefold-solver
mvn -B -Dfull verify
mvn -B -Dfull install -DskipTests
cd ..
- name: Build timefold-quickstarts
Expand Down

0 comments on commit 65efd66

Please sign in to comment.