Change the logic to restore on the first launch from the backup if pr… #98
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" |