From 56aa77b161a476b6700c1e2096b110da216ce68c Mon Sep 17 00:00:00 2001 From: jasinliu <939282975@qq.com> Date: Tue, 29 Oct 2024 16:56:01 +0800 Subject: [PATCH] fix ci --- .github/workflows/cli.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index a316ee8f4..7e147e912 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -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/codecov-action@v4.0.1