Skip to content

Commit

Permalink
Fix pipeline workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderlan committed Jan 4, 2023
1 parent 07fa0f6 commit 7d8b6c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
name: Build and Test
name: Build
steps:
- uses: actions/checkout@v2
- name: Setup .NET
Expand All @@ -23,7 +23,7 @@ jobs:

push_to_registry:
needs: [build]
name: Docker Hub
name: DockerHub Publish
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml → .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Sonar Analysis
on:
push:
branches:
Expand All @@ -7,7 +7,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
name: Sonar Analysis
runs-on: windows-latest
steps:
- name: Set up JDK 11
Expand Down
1 change: 1 addition & 0 deletions VBaseProject.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github-workflows", "github-
ProjectSection(SolutionItems) = preProject
.github\workflows\docker.yml = .github\workflows\docker.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\sonar.yml = .github\workflows\sonar.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3 - INFRA", "3 - INFRA", "{434E301F-C36C-4203-B334-D3948130B660}"
Expand Down

0 comments on commit 7d8b6c9

Please sign in to comment.