mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
revert(ci): revert tests
This commit is contained in:
parent
c4ad2b4ef4
commit
569ee03c26
8
.github/manifest_generator.mjs
vendored
8
.github/manifest_generator.mjs
vendored
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zx
|
||||
|
||||
import 'zx/globals'
|
||||
const output = (await $`ls -d */`).stdout.trim();
|
||||
|
||||
cd('.github');
|
||||
@ -10,8 +10,6 @@ const final_manifest = await Promise.all(output.split('\n').map(async (dir) => {
|
||||
return JSON.parse(theme_manifest);
|
||||
}));
|
||||
|
||||
cd('..')
|
||||
cd('..');
|
||||
|
||||
const cmd = `echo ${JSON.stringify(final_manifest, null, 2)} > manifest.json`.replace("$'[", "'[");
|
||||
|
||||
await $(cmd);
|
||||
await $`echo ${JSON.stringify(final_manifest, null, 2)} > manifest.json`;
|
||||
|
3
.github/workflows/manifest-generator.yml
vendored
3
.github/workflows/manifest-generator.yml
vendored
@ -36,8 +36,7 @@ jobs:
|
||||
|
||||
cd('..')
|
||||
|
||||
const cmd = `echo ${JSON.stringify(final_manifest, null, 2)} > manifest.json`.replace("$'[", "'[");
|
||||
await $(cmd);
|
||||
await `echo ${JSON.stringify(final_manifest, null, 2)} > manifest.json`
|
||||
EOF
|
||||
|
||||
- name: push generated manifest
|
||||
|
Loading…
Reference in New Issue
Block a user