Skip to content

Commit

Permalink
fix: test recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
Pithaya committed Jan 13, 2025
1 parent 5df67ba commit e9d755f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/eternal-jukebox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
Expand All @@ -32,9 +32,7 @@ jobs:
working-directory: ./
run: npm ci
- name: Test submodule
run: |
ls -a
ls -a ../../libs
run: ls -a ../../libs
- name: Build
run: npm run build-local
- name: Copy Readme
Expand Down

0 comments on commit e9d755f

Please sign in to comment.