mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
fix: bats test refactoring (#1731)
Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
@@ -13,14 +13,6 @@ name: build-test
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
name: Build and test ZOT
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run build and test
|
||||
timeout-minutes: 60
|
||||
run: |
|
||||
echo "job deprecated"
|
||||
build-test-arch:
|
||||
name: Build and test ZOT
|
||||
permissions:
|
||||
|
||||
@@ -92,6 +92,9 @@ jobs:
|
||||
- name: Run anonymous-push-pull tests
|
||||
run: |
|
||||
make test-anonymous-push-pull
|
||||
- name: Run detect-manifest-collision tests
|
||||
run: |
|
||||
make test-detect-manifest-collision
|
||||
- name: Run annotations tests
|
||||
run: |
|
||||
make test-annotations
|
||||
|
||||
Reference in New Issue
Block a user