Skip to content

Commit

Permalink
Debugged unit test workflow; does not contain report generation (yet).
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleblom committed Feb 4, 2024
2 parents ba3dccd + 2d7e29b commit 80cf628
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_unit_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven

Expand All @@ -9,8 +10,6 @@
name: run-unit-tests

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 80cf628

Please sign in to comment.