Skip to content

Commit

Permalink
Update authomatic-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo-Venturini authored Aug 1, 2023
1 parent 098f0f6 commit 5b53304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/authomatic-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test runner
name: Test & Coverage
run-name: ${{ github.actor }} has pushed. Running all the test 🚀
on: push
jobs:
Expand All @@ -13,4 +13,4 @@ jobs:
distribution: temurin
java-version: 8
- name: Build and Test
run: sbt -v +test
run: sbt -v +test

0 comments on commit 5b53304

Please sign in to comment.