Skip to content

Commit

Permalink
Remove post-processing from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam Dwaraknath authored Aug 2, 2021
1 parent 15809a1 commit dcaa559
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,27 +79,3 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

merge-deps:
needs:
- lint
- test
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/merge-me-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto-gen-release:
if: github.repository_owner == 'shyamd'
needs:
- lint
- test
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.SEMVER_BUMP_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@v0.20.0
with:
bump_version_scheme: norelease

0 comments on commit dcaa559

Please sign in to comment.