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
@@ -103,6 +103,7 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'core/go.mod'
|
||||
cache-dependency-path: 'core/go.sum'
|
||||
|
||||
- name: Run tests
|
||||
working-directory: core
|
||||
@@ -243,7 +244,7 @@ jobs:
|
||||
with:
|
||||
name: playwright-report
|
||||
path: tests/e2e/playwright-report/
|
||||
retention-days: 30
|
||||
retention-days: 1
|
||||
|
||||
push_images:
|
||||
if: ${{ always() && needs.test_crawlab.result == 'success' }}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# crawlab-backend
|
||||
|
||||
Backend (Golang) for Crawlab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user