Skip to content

Commit

Permalink
fix blunder
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Jan 10, 2025
1 parent 0f03711 commit 1e3a771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ runs:
/var/lib/docker/volumes/sentry-clickhouse \
/var/lib/docker/volumes/sentry-kafka \
"$RUNNER_TEMP/volumes/"
${{ github.action_path }}
cd ${{ github.action_path }}
docker compose up --wait
TEST_CUSTOMIZATIONS=enabled pytest -x --cov --junitxml=junit.xml _integration-test/
Expand Down

0 comments on commit 1e3a771

Please sign in to comment.