Skip to content

Commit

Permalink
remove test checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland committed Jul 15, 2024
1 parent 64fc17c commit e5a1f15
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
Expand Up @@ -13,8 +13,7 @@ jobs:
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

runs-on: ubuntu-latest

runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down Expand Up @@ -48,10 +47,6 @@ jobs:
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

# Run tests using the existing restore
- name: Run Tests
run: dotnet test --no-build --no-restore

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit e5a1f15

Please sign in to comment.