-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* activate test script in staging infra * check for empty string on notification email + reset test action * fix some spacing errors * disable test/sonar in infra pipeline --------- Co-authored-by: Hammerbeck <[email protected]>
- Loading branch information
Showing
4 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ jobs: | |
- name: Set up Java | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: "temurin" | ||
distribution: 'temurin' | ||
java-version: 17 | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis | ||
- name: Format | ||
run: | | ||
dotnet format Altinn.Broker.sln --verify-no-changes --verbosity diagnostic --include ./src/** | ||
dotnet format --verify-no-changes --verbosity diagnostic | ||
- name: Cache SonarCloud packages | ||
uses: actions/cache@v4 | ||
with: | ||
|
@@ -62,4 +62,4 @@ jobs: | |
uses: NasAmin/[email protected] | ||
with: | ||
TRX_PATH: ${{ github.workspace }}/TestResults | ||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters