Skip to content

Commit

Permalink
Update unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akioee authored Aug 13, 2024
1 parent 7b0f777 commit 77c44ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Cache local NPM repository
uses: actions/cache@v3
with:
path: |
ambari-admin/src/main/resources/ui/admin-web/node
ambari-web/node
ambari-admin/src/main/resources/ui/admin-web/node_modules
ambari-web/node_modules
key: ${{ runner.os }}-maven-${{ hashFiles('ambari-web/package.json', 'ambari-admin/src/main/resources/ui/admin-web/package.json') }}
restore-keys: |
${{ runner.os }}-npm-
- name: Debugger
shell: bash -e -o pipefail {0}
Expand Down

0 comments on commit 77c44ad

Please sign in to comment.