Skip to content

Commit

Permalink
Removing tests (won't work on CI/CD)
Browse files Browse the repository at this point in the history
  • Loading branch information
wokhan authored Mar 16, 2020
1 parent cea394a commit 0be6ec3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
dotnet-version: 3.1.101
- name: Build (all)
run: dotnet build --configuration Release
- name: Tests (common)
run: dotnet test Common.Tests/Common.Tests.csproj
- name: Publish
run: dotnet publish
- uses: montudor/[email protected]
Expand All @@ -30,6 +28,6 @@ jobs:
upload_url: https://uploads.github.com/repos/wokhansoft/WFN/releases/9924091/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
release_id: 9924091 # same as above (id can just be taken out the upload_url, it's used to find old releases)
asset_path: ./bin/publish/publish.zip # path to archive to upload
asset_name: wfn-nightly-$$.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
asset_name: wfn-nightly-notest-$$.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
asset_content_type: application/zip # required by GitHub API
max_releases: 7 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted

0 comments on commit 0be6ec3

Please sign in to comment.