Skip to content

Commit

Permalink
fix(ci): simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 19, 2023
1 parent 97aaeac commit dd4775a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build..yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Install dependencies
working-directory: ./RNNoise.NET
run: dotnet restore

- name: Build
working-directory: ./RNNoise.NET
run: |
dotnet build --configuration Release --no-restore
dotnet pack -c Release RNNoise.NET.csproj
- name: Test
working-directory: ./RNNoise.NET
run: dotnet test --no-restore --verbosity normal
run: dotnet build --configuration Release

0 comments on commit dd4775a

Please sign in to comment.