Skip to content

Commit

Permalink
test: fix semver regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia committed Apr 5, 2024
1 parent 1260e57 commit 605931a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion features/InstanceLogs.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Feature: Instance logs
Scenario: Show logs of specified kuzzle instance
When I run the command "instance:logs" with flags:
| --instance | "kuzzle" |
Then I should match stdout with "Kuzzle 2.[0-9]+.[0-9]+ is ready"
Then I should match stdout with "Kuzzle 2.[0-9]+.[0-9]+(-\w+.[0-9]+)? is ready"
2 changes: 0 additions & 2 deletions features/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
kuzzle:
image: kuzzleio/kuzzle:2
Expand Down

0 comments on commit 605931a

Please sign in to comment.