Skip to content

Commit

Permalink
fix coveralls upload?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Nov 23, 2020
1 parent 00bd69a commit 362a41e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,23 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v2

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8

- name: Run tests
env:
AGORA_URL_ROOT: http://localhost:8989
RAWLS_URL_ROOT: http://localhost:8990
THURLOE_URL_ROOT: http://localhost:8991
FIRE_CLOUD_ID: 123
run: sbt coverage test coverageReport
- name: Coveralls
run: sbt coveralls


- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 362a41e

Please sign in to comment.