More debugging
This commit is contained in:
parent
0c20962e0b
commit
9afb63d9be
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -44,7 +44,8 @@ jobs:
|
|||||||
...context.repo,
|
...context.repo,
|
||||||
tag: "ci-test-${{ matrix.os }}",
|
tag: "ci-test-${{ matrix.os }}",
|
||||||
})
|
})
|
||||||
const actual = child_process.execSync(`curl -Ls ${release.data.assets[0].browser_download_url}`).file.data
|
const actual = child_process.execSync(`curl -Ls ${release.data.assets[0].browser_download_url}`)
|
||||||
|
console.log(actual)
|
||||||
console.log(actual.toString('utf8'))
|
console.log(actual.toString('utf8'))
|
||||||
assert.equal(expected, actual)
|
assert.equal(expected, actual)
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
|
Loading…
Reference in New Issue
Block a user