Skip to content

Commit

Permalink
Merge pull request #18 from aws/breedloj-patch-2
Browse files Browse the repository at this point in the history
Run NPM prerequisite steps as part of the CI build
  • Loading branch information
breedloj authored Sep 16, 2024
2 parents 11ad2bd + 685b05c commit c2c1d69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install auth module
run: |
cd plugin/auth
npm install
- name: Build login webview
run: |
cd plugin/webview
npm run build-ui
- name: Setup Maven Action
uses: s4u/[email protected]
with:
Expand Down

0 comments on commit c2c1d69

Please sign in to comment.