From ef922005f7e16e80dd3b70235302a0fa1d68ca8b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 18 Nov 2024 11:43:05 +0100 Subject: [PATCH] CI debugging --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69933bac..e2f72229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,8 @@ jobs: assert.deepStrictEqual(release.data.body, "rofl lol test\nianal % fubar") assert.deepStrictEqual(release.data.assets[0].name, "TEST.md") const actual = await github.request(release.data.assets[0].browser_download_url) + console.log(typeof(actual)) + console.log(typeof(expected)) assert.deepStrictEqual(expected, actual.data) - name: Make test promote uses: ./