Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyongshim committed May 25, 2024
1 parent dbac95f commit f8af498
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
Build-and-Tests:
name: Build and Test
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: running infrastructure
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.x.x
dotnet-version: 8.x.x
- name: Add Nuget
run: |
cd src
Expand Down Expand Up @@ -50,9 +50,9 @@ jobs:
ref: 'gh-pages'
remove: ''
if: ${{ github.ref == 'refs/heads/master' }}
- name: Publish Unit Test Results
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ github.ref == 'refs/heads/master' && always() }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: src/**/Report.xml
files: src/**/Report.xml

0 comments on commit f8af498

Please sign in to comment.