Skip to content

Commit

Permalink
Download fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Jun 6, 2024
1 parent 0ecac56 commit 648a70f
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 72 deletions.
6 changes: 6 additions & 0 deletions .changeset/dry-hounds-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@moonwall/cli": patch
"@moonwall/tests": patch
---

downloader fix
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand All @@ -83,7 +83,7 @@ jobs:
bun-version: latest
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
bun-version: latest
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ github.event.inputs.branch }}
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.3.0",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"description": "Testing framework for the Moon family of projects",
"scripts": {
"build": "pnpm -r --filter='./packages/**' run build",
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/src/internal/cmdFunctions/fetchArtifact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export async function fetchArtifact(args: fetchArtifactArgs) {
}
return true;
};

const binary = args.bin;
const repos = (await configExists()) ? await allReposAsync() : standardRepos();
const repo = repos.find((network) => network.binaries.find((bin) => bin.name === binary));
Expand Down Expand Up @@ -123,7 +122,7 @@ export async function fetchArtifact(args: fetchArtifactArgs) {
return;
}
const version = (await runTask(`./${binPath} --version`)).trim();
process.stdout.write(` ${chalk.green(version.trim())} ✓\n`);
process.stdout.write(`${path.basename(binPath)} ${chalk.green(version.trim())} ✓\n`);
return;
}
const binaryPath = args.outputName
Expand Down
66 changes: 11 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added polkadot-execute-worker
Binary file not shown.
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "5.2.0",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"description": "Testing framework for the Moon family of projects",
"scripts": {
"clean": "rm -rf node_modules",
Expand Down Expand Up @@ -33,7 +33,7 @@
"chai": "5.1.1",
"chalk": "5.3.0",
"ethers": "6.12.1",
"pnpm": "9.1.2",
"pnpm": "9.1.4",
"solc": "0.8.25",
"tsx": "4.10.5",
"typescript": "5.4.5",
Expand Down
Binary file added test/polkadot-execute-worker
Binary file not shown.

0 comments on commit 648a70f

Please sign in to comment.