Skip to content

Commit

Permalink
Fix clt
Browse files Browse the repository at this point in the history
  • Loading branch information
djklim87 committed Oct 24, 2023
1 parent 6437b28 commit e50eb67
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
DEV=1
- name: Checkout
uses: actions/checkout@v4
- run: |
ls
pwd
- name: Build test kit
uses: docker/build-push-action@v5
with:
Expand All @@ -25,4 +22,4 @@ jobs:
- uses: manticoresoftware/clt@main
with:
image: manticoresoftware/manticore-docker-test-kit:latest
test_prefix: clt_tests/tests
test_prefix: ./clt_tests/tests/

0 comments on commit e50eb67

Please sign in to comment.