mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-07-25 06:15:14 +08:00
Ensure tests run with token.
This commit is contained in:
parent
a13b7392fb
commit
c7293b6abd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -32,6 +32,8 @@ jobs:
|
||||
run: npm run lint
|
||||
- name: Test
|
||||
run: npm run test
|
||||
env:
|
||||
INPUT_GITHUB_TOKEN: ${{ github.token }} # for core.getInput()
|
||||
|
||||
test-action:
|
||||
name: GraalVM
|
||||
|
Loading…
x
Reference in New Issue
Block a user