Skip to content

Commit 86cb40e

Browse files
committed
Reorder ci workflow steps
1 parent 3be6adf commit 86cb40e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
cache-dependency-path: './assets/package-lock.json'
4040
node-version: 20
4141

42+
- name: Install npm dependencies
43+
run: npm ci
44+
working-directory: ./assets
45+
4246
- name: Restore the deps and _build cache
4347
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4448
id: restore-cache
@@ -66,10 +70,6 @@ jobs:
6670
- name: Check Formatting (Elixir)
6771
run: mix format --check-formatted
6872

69-
- name: Install npm dependencies
70-
run: npm ci
71-
working-directory: ./assets
72-
7373
- name: Check Formatting (JS)
7474
run: npm run lint:standard
7575
working-directory: ./assets

0 commit comments

Comments
 (0)