Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanye committed Jul 5, 2024
1 parent ba6722c commit bc4ad3b
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,23 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
setup:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Restore dependencies
run: dotnet restore

build:
runs-on: ubuntu-latest
needs: setup

steps:

- name: Build
run: dotnet build -c Release --no-restore --verbosity minimal
working-directory: NinjaNye.SearchExtensions

test:
runs-on: ubuntu-latest
needs: setup

steps:
- name: Unit Tests
run: dotnet test --no-restore --verbosity minimal
working-directory: NinjaNye.SearchExtensions.Tests

# - name: Pack
# - name: Package
# run: dotnet pack --configuration Release --no-build --output ../../nupkgs
#
# - name: Push to NuGet
Expand Down

0 comments on commit bc4ad3b

Please sign in to comment.