mirror of
https://github.com/project-zot/zot.git
synced 2025-03-11 02:17:43 -05:00
ci: use more cores for the extensions test (#2568)
This test is running into timing issues in our CI. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
1da32e58c1
commit
4bb5ae3c03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- uses: ./.github/actions/teardown-localstack
|
- uses: ./.github/actions/teardown-localstack
|
||||||
test-run-extensions:
|
test-run-extensions:
|
||||||
name: Run zot with extensions tests
|
name: Run zot with extensions tests
|
||||||
runs-on: ubuntu-latest-4-cores
|
runs-on: ubuntu-latest-16-cores
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
|
|
Loading…
Add table
Reference in a new issue