mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-15 09:15:51 +00:00
Run tests in container for nightly workflow (#1281)
This commit is contained in:
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
@@ -84,9 +84,14 @@ jobs:
|
|||||||
build_type: Release
|
build_type: Release
|
||||||
- os: heavy
|
- os: heavy
|
||||||
build_type: Release
|
build_type: Release
|
||||||
|
container:
|
||||||
|
image: rippleci/clio_ci:latest
|
||||||
- os: heavy
|
- os: heavy
|
||||||
build_type: Debug
|
build_type: Debug
|
||||||
|
container:
|
||||||
|
image: rippleci/clio_ci:latest
|
||||||
runs-on: [self-hosted, "${{ matrix.os }}"]
|
runs-on: [self-hosted, "${{ matrix.os }}"]
|
||||||
|
container: ${{ matrix.container }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clean workdir
|
- name: Clean workdir
|
||||||
|
|||||||
Reference in New Issue
Block a user