Skip to content

Commit

Permalink
Merge pull request #565 from jnummelin/remove-smoke-test-from-win-rel…
Browse files Browse the repository at this point in the history
…ease-build

Remove smoke test from win release job
  • Loading branch information
jnummelin authored Dec 21, 2020
2 parents 3cd289c + a1d847b commit f81a942
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,6 @@ jobs:
run: |
docker system prune --all --volumes --force
- name: Run basic smoke test
run: make check-basic

- name: Collect smoke test logs
if: failure()
uses: actions/upload-artifact@v2
with:
name: logs
path: tests/*.log
- name: Upload Release Assets
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit f81a942

Please sign in to comment.