Skip to content

Commit

Permalink
Merge pull request #1926 from smartdevicelink/bugfix/issue-1925-fix-d…
Browse files Browse the repository at this point in the history
…eprecation-warning-in-test-workflow-file

Fixed deprecation warning in test workflow file
  • Loading branch information
joeljfischer authored Mar 3, 2021
2 parents d731627 + db5797d commit ab95191
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,10 @@ jobs:
# Upload coverage reports to Codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.10
with:
yml: ./codecov.yml

rpcTest:
name: RPC Generator Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit ab95191

Please sign in to comment.