Run tests in container for nightly workflow (#1281)

This commit is contained in:
Sergey Kuznetsov
2024-03-20 15:02:49 +00:00
committed by GitHub
parent 9d91fddce5
commit d9362311ca

View File

@@ -84,9 +84,14 @@ jobs:
build_type: Release
- os: heavy
build_type: Release
container:
image: rippleci/clio_ci:latest
- os: heavy
build_type: Debug
container:
image: rippleci/clio_ci:latest
runs-on: [self-hosted, "${{ matrix.os }}"]
container: ${{ matrix.container }}
steps:
- name: Clean workdir