Skip to content

Commit

Permalink
🔥 Remove unneeded steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumolari committed Oct 2, 2020
1 parent 9d7c21d commit 75cef20
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn --frozen-lockfile
- name: before_build
uses: ./
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
run_before_build: 'true'
- name: Run tests
run: yarn test
- name: Upload coverage
Expand All @@ -36,9 +30,3 @@ jobs:
collect_coverage: 'true'
coverage_file_patterns: |
coverage/lcov.info:lcov
- name: after_build
uses: ./
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
run_after_build: 'true'

0 comments on commit 75cef20

Please sign in to comment.