Skip to content

Commit 6288e04

Browse files
committed
Remove step used for debugging
Signed-off-by: Arthur Silva Sens <[email protected]>
1 parent 284a552 commit 6288e04

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-and-test.yml

-5
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,6 @@ jobs:
285285
with:
286286
path: ~/.cache/go-build
287287
key: go-test-build-${{ runner.os }}-${{ matrix.go-version }}-${{ matrix.runner }}-${{ hashFiles('**/go.sum') }}
288-
- name: Debug startsWith condition
289-
run: |
290-
echo "go-version: ${{ matrix.go-version }}"
291-
echo "startsWith(matrix.go-version, '1.23') result: ${{ startsWith(matrix.go-version, '1.23') }}"
292-
echo "startsWith(matrix.go-version, '~1.23') result: ${{ startsWith(matrix.go-version, '~1.23') }}"
293288
- name: Run Unit Tests
294289
if: startsWith( matrix.go-version, '1.23' ) != true
295290
run: make gotest GROUP=${{ matrix.group }}

0 commit comments

Comments
 (0)