Skip to content

Commit

Permalink
checkout is required for vus.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Dec 22, 2023
1 parent 77af2a8 commit 856ae6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
build-vue-js-job:
runs-on: ubuntu-latest
steps:
- name: checkout git submodules
uses: actions/checkout@v3
with:
submodules: recursive

- name: vus.js ui build
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 856ae6e

Please sign in to comment.