Skip to content

Commit

Permalink
Run tests in container for nightly workflow (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss authored Mar 20, 2024
1 parent 9d91fdd commit d936231
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d936231

Please sign in to comment.