Skip to content

Commit

Permalink
fix: test init
Browse files Browse the repository at this point in the history
  • Loading branch information
Pithaya committed Jan 13, 2025
1 parent e9d755f commit e22760e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eternal-jukebox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Init submodules
run: git submodule update --init --recursive
- name: Test submodule
run: ls -a ../../libs
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
Expand All @@ -31,8 +35,6 @@ jobs:
- name: Install dependencies
working-directory: ./
run: npm ci
- name: Test submodule
run: ls -a ../../libs
- name: Build
run: npm run build-local
- name: Copy Readme
Expand Down

0 comments on commit e22760e

Please sign in to comment.