Skip to content

Commit

Permalink
Issue #46: Only run deploy if tests have passed
Browse files Browse the repository at this point in the history
  • Loading branch information
tdowrick committed May 1, 2020
1 parent e7f4fae commit 366231e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on: push

jobs:
test:
name: Tests
strategy:
matrix:
os: [ubuntu-18.04, macos-latest, windows-latest]
Expand All @@ -25,7 +26,7 @@ jobs:
deploy:
runs-on: ubuntu-18.04

needs: Tests
steps:
- uses: actions/checkout@master
- name: Set up Python
Expand Down

0 comments on commit 366231e

Please sign in to comment.