Fix assert

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 04:56:26 +02:00
parent ef27273521
commit 319155ea78
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -45,6 +45,7 @@ jobs:
...context.repo,
asset_id: release.data.assets[0].id,
})
const assert = require('assert').strict;
assert.equal(expected, actual)
- name: Clean up
if: ${{ always() }}