Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideWiest authored Nov 5, 2023
1 parent 9c5aab9 commit 6aa00fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: Build & Test
name: .NET Build

on:
push:
Expand Down Expand Up @@ -30,8 +30,3 @@ jobs:
- name: Build
run: dotnet build --no-restore

- name: Set env vars
run: set OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}

- name: Run NUnit Tests
run: dotnet test --no-build --verbosity minimal Tests/

0 comments on commit 6aa00fb

Please sign in to comment.