Skip to content

Commit ef92200

Browse files
committed
CI debugging
1 parent fdc0210 commit ef92200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
assert.deepStrictEqual(release.data.body, "rofl lol test\nianal % fubar")
5151
assert.deepStrictEqual(release.data.assets[0].name, "TEST.md")
5252
const actual = await github.request(release.data.assets[0].browser_download_url)
53+
console.log(typeof(actual))
54+
console.log(typeof(expected))
5355
assert.deepStrictEqual(expected, actual.data)
5456
- name: Make test promote
5557
uses: ./

0 commit comments

Comments
 (0)