We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7ad83 commit aba4a3dCopy full SHA for aba4a3d
action.yml
@@ -91,6 +91,8 @@ runs:
91
- name: Run Go tests
92
uses: tree-sitter/parser-test-action/go@v2
93
if: inputs.test-go == 'true'
94
+ with:
95
+ go-version: ${{inputs.go-version}}
96
- name: Run Swift tests
97
uses: tree-sitter/parser-test-action/swift@v2
98
if: inputs.test-swift == 'true' && runner.os != 'Windows'
0 commit comments