Skip to content

Commit

Permalink
Add ci fixing branch to run actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Oct 5, 2022
1 parent 996f2e1 commit 844673f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test

on:
push:
branches: [master, dev]
branches: [master, dev, fix_ci]
tags-ignore:
- "**"
pull_request:
Expand Down Expand Up @@ -42,14 +42,6 @@ jobs:
- name: Run pytest
run: |
coverage run -m pytest
finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Combine coverage data
run: |
coverage combine
coverage xml
- name: Upload coverage reports to Codecov with GitHub Action
Expand Down

0 comments on commit 844673f

Please sign in to comment.