Skip to content

Commit

Permalink
update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Aug 3, 2020
1 parent 80ceb50 commit e301857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: publish
- name: publish to gradle
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: check

on:
push:
Expand All @@ -7,11 +7,11 @@ on:
branches: [ master ]

jobs:
build:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test coverage
- name: test and publish coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: ./gradlew jacocoTestReport coverallsJacoco

0 comments on commit e301857

Please sign in to comment.