Skip to content

Commit

Permalink
nieuwe steps in testjob
Browse files Browse the repository at this point in the history
om te kijken of het de project file toch wel kan herkennen
  • Loading branch information
safouuwa committed Nov 9, 2024
1 parent 759f859 commit 787f156
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Run C# Application
run: |
dotnet run --project /home/runner/work/Software-Construction/Software-Construction/Software-Construction.csproj
dotnet run
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 787f156

Please sign in to comment.