Skip to content

Commit

Permalink
feat: add test back
Browse files Browse the repository at this point in the history
  • Loading branch information
loispostula committed Nov 1, 2024
1 parent 78592de commit 31231e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v4


- name: Set Node.js 20.x
uses: actions/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions tests/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const version = actionYaml.inputs.version.default
const versionWithoutV = version.startsWith('v') ? version.slice(1) : version

process.env['INPUT_VERSION'] = version
process.env['INPUT_TOKEN'] = process.env.GITHUB_TOKEN

const originalPlatform = process.platform
const originalArch = process.arch

Expand Down

0 comments on commit 31231e2

Please sign in to comment.