Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinliu committed Oct 29, 2024
1 parent 77bc97c commit 56aa77b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
working-directory: "cli"
run: |
pip install ./ -v
graphar-cli --help
graphar-cli check -f ../testing/neo4j/MovieGraph.graph.yml
graphar-cli show -f ../testing/neo4j/MovieGraph.graph.yml -v Person
graphar-cli show -f ../testing/neo4j/MovieGraph.graph.yml -es Person -e ACTED_IN -ed Movie
graphar-cli import -c import.mini.yml
graphar --help
graphar check -p ../testing/neo4j/MovieGraph.graph.yml
graphar show -p ../testing/neo4j/MovieGraph.graph.yml -v Person
graphar show -p ../testing/neo4j/MovieGraph.graph.yml -es Person -e ACTED_IN -ed Movie
graphar import -c import.mini.yml
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 56aa77b

Please sign in to comment.