Skip to content

Commit

Permalink
skip tests until moqs can be added
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBKnights committed Oct 11, 2020
1 parent 9344053 commit 38ad3bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ env:
# Official NuGet Feed settings
NUGET_FEED: https://api.nuget.org/v3/index.json
NUGET_KEY: ${{ secrets.NUGETKEY }}
STEAM_KEY: ${{ secrets.STEAMKEY }}
# Test
STEAM_USERNAME: ${{ secrets.STEAMUSERNAME }}
STEAM_PASSWORD: ${{ secrets.STEAMPASSWORD }}
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -34,8 +36,6 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test -c Release
- name: Pack
run: dotnet pack -v normal -c Release --no-restore --include-symbols --include-source -p:PackageVersion="1.0.$GITHUB_RUN_ID" src/$PROJECT_NAME.*proj
- name: Upload Artifact
Expand Down

0 comments on commit 38ad3bc

Please sign in to comment.