Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Jan 27, 2024
1 parent 474d866 commit 67c6c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Run tests
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build
- name: Run tests
run: ./gradlew build
publish:
name: Check that the publish plugin works
Expand Down

0 comments on commit 67c6c09

Please sign in to comment.