Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run multiple tests
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 3, 2023
commit d7f7563e1b79747d924458c1699043ddb4e846dd
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local Pipeline(test_set, database, services) = {
] else []
) + [
"cd apps/$APP_NAME/tests/integration/",
"bash run.sh features/chat/mentions.feature:9"
"bash run.sh features/chat/mentions.feature"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
apps/notifications
- ./occ app:enable notifications
- cd apps/$APP_NAME/tests/integration/
- bash run.sh features/chat/mentions.feature:9
- bash run.sh features/chat/mentions.feature
environment:
APP_NAME: spreed
CORE_BRANCH: master
Expand Down