Skip to content

Commit

Permalink
Require tests to pass before production push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed May 20, 2022
1 parent 6fb20dd commit 5f3d5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
if: github.event_name == 'push'
runs-on: ubuntu-latest
environment: production
needs: Test
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5f3d5ec

Please sign in to comment.