ci: remove node_modules before extraction to avoid tar conflicts

This commit is contained in:
mkorwel
2026-04-22 04:33:08 +00:00
parent 2c2ba4e080
commit 835c864f41
+8
View File
@@ -67,6 +67,7 @@ jobs:
- name: 'Extract Node Modules'
run: |
rm -rf node_modules
tar -xzf node_modules.tar.gz
rm node_modules.tar.gz
shell: 'bash'
@@ -103,6 +104,7 @@ jobs:
- name: 'Extract Node Modules'
run: |
rm -rf node_modules
tar -xzf node_modules.tar.gz
rm node_modules.tar.gz
shell: 'bash'
@@ -139,6 +141,7 @@ jobs:
- name: 'Extract Node Modules'
run: |
rm -rf node_modules
tar -xzf node_modules.tar.gz
rm node_modules.tar.gz
shell: 'bash'
@@ -175,6 +178,7 @@ jobs:
- name: 'Extract Node Modules'
run: |
rm -rf node_modules
tar -xzf node_modules.tar.gz
rm node_modules.tar.gz
shell: 'bash'
@@ -211,6 +215,7 @@ jobs:
- name: 'Extract Node Modules'
run: |
rm -rf node_modules
tar -xzf node_modules.tar.gz
rm node_modules.tar.gz
shell: 'bash'
@@ -247,6 +252,7 @@ jobs:
- name: 'Extract Node Modules'
run: |
rm -rf node_modules
tar -xzf node_modules.tar.gz
rm node_modules.tar.gz
shell: 'bash'
@@ -283,6 +289,7 @@ jobs:
- name: 'Extract Node Modules'
run: |
rm -rf node_modules
tar -xzf node_modules.tar.gz
rm node_modules.tar.gz
shell: 'bash'
@@ -319,6 +326,7 @@ jobs:
- name: 'Extract Node Modules'
run: |
rm -rf node_modules
tar -xzf node_modules.tar.gz
rm node_modules.tar.gz
shell: 'bash'