Skip to content

Commit

Permalink
ci: fix usage test
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Nov 18, 2024
1 parent 199c7e5 commit 147657b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/usage_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI Pipeline
name: CTT Usage Test

"on":
push:
Expand All @@ -14,7 +14,7 @@ name: CI Pipeline
- pyproject.toml

jobs:
lint:
usage-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -29,7 +29,5 @@ jobs:

- name: "Run Usage Test (Specifically addresses #34 for Windows)"
run: |
poetry run ctt --base-dir="$TEST_DIR"
cat "$TEST_DIR/.ctt/README.md"
env:
TEST_DIR: tests/data/ci_usage_test
poetry run ctt --base-dir="tests/data/ci_usage_test"
cat "tests/data/ci_usage_test/.ctt/README.md"

0 comments on commit 147657b

Please sign in to comment.