Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Dec 6, 2024
1 parent 2a90142 commit 9056b0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
run: cargo test
- name: run all examples
run: |
cargo run -- examples/hooks/ --no-input
cargo run -- examples/complex/ --no-input
cargo run -- examples/default-from-variable/ --no-input
cargo run -- examples/slugify/ --no-input
cargo run -- examples/super-basic/ --no-input
cargo run -- examples/with-directory/ --no-input
cargo run -- examples/hooks/ --no-input -o hooks
cargo run -- examples/complex/ --no-input -o complex
cargo run -- examples/default-from-variable/ --no-input -o default
cargo run -- examples/slugify/ --no-input -o slugify
cargo run -- examples/super-basic/ --no-input -o super-basic
cargo run -- examples/with-directory/ --no-input -o with-directory

0 comments on commit 9056b0f

Please sign in to comment.