ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-10-20 18:16:29 +08:00
parent c89bbd1f35
commit 2e456963f8

View File

@@ -97,7 +97,7 @@ jobs:
go-version: '1.22'
- name: Run tests
run: |
for dir in backend core db fs grpc vcs trace; do
for dir in core db fs grpc vcs trace; do
if [ -d "$dir" ]; then
echo "Running tests in $dir"
cd $dir
@@ -251,6 +251,7 @@ jobs:
fi
push_images:
if: ${{ success() && needs.build_crawlab.result == 'success' }}
needs: [setup, build_crawlab]
runs-on: ubuntu-latest
strategy: