We'll just keep trying

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 05:54:56 +02:00
parent 5d5ed153e8
commit 3e5b1a7442
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -41,9 +41,8 @@ jobs:
...context.repo,
tag: "ci-test-${{ matrix.os }}",
})
const { Octokit } = require("@octokit/core");
const octokit = new Octokit();
const actual = await octokit.request(release.data.assets[0].browser_download_url)
github.auth = undefined;
const actual = await github.request(release.data.assets[0].browser_download_url)
const assert = require('assert').strict;
assert.equal(expected, actual)
- name: Clean up