Skip to content

Commit

Permalink
Commented out runner :(
Browse files Browse the repository at this point in the history
  • Loading branch information
garioncox committed Feb 28, 2024
1 parent 1a4d015 commit 64c7f27
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/TestRunner.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Test Runner
on: [push]
# name: Test Runner
# on: [push]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
# - name: Install dependencies
# run: dotnet restore
# - name: Build
# run: dotnet build
- name: Test with the dotnet CLI
run: dotnet test
# jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Setup .NET SDK
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
# # - name: Install dependencies
# # run: dotnet restore
# # - name: Build
# # run: dotnet build
# - name: Test with the dotnet CLI
# run: dotnet test

0 comments on commit 64c7f27

Please sign in to comment.