Skip to content

Commit

Permalink
Skip alert for build test of Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
occidere authored Oct 8, 2021
1 parent 68268cc commit 9d4ee8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
gw_line_bot_id: ${{ secrets.GW_LINE_BOT_ID }}
gw_line_channel_token: ${{ secrets.GW_LINE_CHANNEL_TOKEN }}
gw_github_api_token: ${{ secrets.GW_GITHUB_API_TOKEN }}
gw_skip_alert: true
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: sbt coverage test coverageReport coveralls

Expand All @@ -86,4 +87,4 @@ jobs:
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
# parallel-finished: true
# parallel-finished: true

0 comments on commit 9d4ee8f

Please sign in to comment.