Skip to content

Commit

Permalink
Update build-listing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed May 30, 2024
1 parent d0e483e commit ce63bfa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ jobs:
# Semantic version range syntax or exact version of a dotnet version
dotnet-version: '8.x'

- name: Change dir
run: cd $GITHUB_WORKSPACE/CodeCoverage

- name: Dotnet Run
run: dotnet run --project $GITHUB_WORKSPACE/CodeCoverage/CodeCoverage.csproj
run: |
cd $GITHUB_WORKSPACE/CodeCoverage
dotnet run --project $GITHUB_WORKSPACE/CodeCoverage/CodeCoverage.csproj

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit ce63bfa

Please sign in to comment.