Skip to content

Commit

Permalink
update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed May 27, 2024
1 parent 99f24f5 commit 50c395c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
test-cli-yarn:
name: "Test CLI (Yarn)"
env:
NODE_ENV: CI
REDIS_URL: redis://localhost:6379
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
run: kill -9 $(lsof -t -i :9000)

test-cli-npm:
name: "Test CLI (npm)"
env:
NODE_ENV: CI
REDIS_URL: redis://localhost:6379
Expand Down

0 comments on commit 50c395c

Please sign in to comment.