Skip to content

Changed the command timeout 60 docker logs #77

Changed the command timeout 60 docker logs

Changed the command timeout 60 docker logs #77

Workflow file for this run

name: Testing
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build test kit
uses: docker/build-push-action@v5
with:
push: false
tags: manticoresoftware/manticore-docker-test-kit:latest
context: ./clt_tests/testkit/
- uses: manticoresoftware/[email protected]
with:
image: manticoresoftware/manticore-docker-test-kit:latest
test_prefix: clt_tests/tests/
run_args: --privileged -v ".:/docker/"