Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update arklet_unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lylingzhen authored Aug 28, 2023
1 parent f9ec6b5 commit be07cdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/arklet_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- master
paths:
- 'arklet/**'

pull_request:
branches:
- master
paths:
- 'arklet/**'

# enable manually running the workflow
workflow_dispatch:

Expand All @@ -33,5 +35,11 @@ jobs:
with:
maven-version: 3.9.4

- name: Cache Maven dependencies
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('{{env.WORK_DIR}}/pom.xml') }}

- name: Test
run: mvn test

0 comments on commit be07cdf

Please sign in to comment.