Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 0 additions & 3 deletions .github/env_dbsync_config

This file was deleted.

3 changes: 3 additions & 0 deletions .github/regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ if [ "$MARKEXPR" = "all" ]; then
elif [ "$MARKEXPR" = "conway only" ]; then
unset MARKEXPR
export TESTS_DIR="cardano_node_tests/tests/tests_conway"
elif [ "$MARKEXPR" = "dbsync config" ]; then
export CLUSTERS_COUNT=1
export MARKEXPR="(dbsync and smoke) or dbsync_config"
fi

if [ -n "${CLUSTERS_COUNT:-""}" ]; then
Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/dbsync_config.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/regression-dbsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
options:
- all
- dbsync
- dbsync config
- smoke
- plutus
- plutus and smoke
Expand Down