Skip to content

Commit

Permalink
fix: updates to fix publishing (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Oct 13, 2023
1 parent 94879e4 commit e70f9d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Unit Tests and Analysis
name: Tests

on:
pull_request:
push:
branches:
- main
paths-ignore:
- ".github/**"
- "**.md"
branches: [main]
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**BREAKING CHANGES in v2.0:**
**BREAKING CHANGES in v1.0:**
* **java_version is now required (previously defaulted to 17)**
* **sonar_project_token has been renamed sonar_token**

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test and Analyze with Triggers and SonarCloud
description: Run node tests based on triggers, optional SonarCloud
name: Java Unit Test and Analysis with SonarCloud
description: Run Java unit tests, can analyse with SonarCloud
branding:
icon: check-square
color: blue
Expand Down

0 comments on commit e70f9d6

Please sign in to comment.