Ensure tests run with token.

This commit is contained in:
Fabio Niephaus 2025-07-23 09:06:01 +02:00 committed by Fabio Niephaus
parent a13b7392fb
commit c7293b6abd

View File

@ -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