mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated workflow
This commit is contained in:
3
.github/workflows/docker-crawlab.yml
vendored
3
.github/workflows/docker-crawlab.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user