mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 09:55:01 -07:00
fix(golang-rewrite): update detect-changes logic for Golang tests
This commit is contained in:
parent
e19fb9e276
commit
88af4eea00
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -34,10 +34,12 @@ jobs:
|
||||
- 'asdf.*'
|
||||
- 'defaults'
|
||||
- 'help.txt'
|
||||
go:
|
||||
- '**.go'
|
||||
|
||||
test-golang:
|
||||
needs: detect-changes
|
||||
if: ${{ needs.detect-changes.outputs.cli == 'true' }}
|
||||
if: ${{ needs.detect-changes.outputs.go == 'true' || needs.detect-changes.outputs.cli == 'true' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user