Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb42901

Browse files
committed
update testing tools
1 parent e9b7f76 commit bb42901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
with:
3838
go-version: ^1.23.0
3939
- run: go version
40-
- run: go install github.com/davidcavazos/testing-infra/cmd/[email protected].3
40+
- run: go install github.com/davidcavazos/testing-infra/cmd/[email protected].4
4141
- id: python
4242
run: |
4343
JOBS=$(affected .github/workflows/config/python.json)
44-
echo "$JOBS"
44+
echo "jobs=$JOBS"
4545
echo "jobs=$JOBS" >> "$GITHUB_OUTPUT"
4646
4747
python-lint:

0 commit comments

Comments
 (0)