Skip to content

Commit

Permalink
fix: Resolve CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Nov 28, 2024
1 parent 180d499 commit 1d79d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
set -eo pipefail
npm run test
if [[ "$(git rev-parse --abbrev-ref HEAD)" == "main" ]]; then
npx run test:ai
npm run test:ai
fi
env:
REDIS_URL: "redis://localhost:6379"
Expand Down

0 comments on commit 1d79d2b

Please sign in to comment.