Skip to content

Commit

Permalink
Added a running test action.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmg13 committed Mar 18, 2024
1 parent 270eeaf commit c7dc03a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Running tests
run: |
mvn test
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit c7dc03a

Please sign in to comment.