Skip to content

Commit

Permalink
Fix name casing in 'main' GitHub workflow, for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhendriks committed Dec 6, 2023
1 parent 63ff5c1 commit fed7c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sudo apt-get install -y mcrl2
- name: Build with Maven
run: mvn verify --batch-mode --update-snapshots --fail-at-end --file pom.xml -Dmids.version.qualifier=$(./releng/versionQualifier.sh)
- name: Attach Test Report
- name: Attach test report
if: success() || failure()
uses: scacap/action-surefire-report@v1
- name: Attach website
Expand Down

0 comments on commit fed7c36

Please sign in to comment.