Skip to content

Commit beb9aa6

Browse files
committed
[FIX]: add detect-changes as dependency for test job
- Test job now depends on both detect-changes and build - Fixes 'empty input' error when accessing versions output - Remove unicode symbols from test output messages
1 parent 31ca99c commit beb9aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
platforms: linux/amd64,linux/arm64
100100

101101
test:
102-
needs: build
102+
needs: [detect-changes, build]
103103
runs-on: ubuntu-latest
104104
strategy:
105105
matrix:

0 commit comments

Comments
 (0)