Skip to content

Commit c090bc9

Browse files
feat: add new GitHub workflow for dbsync config tests
1 parent 70fdb11 commit c090bc9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/env_nightly_dbsync_config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CLUSTERS_COUNT=1
2+
CLUSTER_ERA=conway
3+
COMMAND_ERA=conway
4+
MARKEXPR=dbsync or dbsync_config
5+
DBSYNC_REV=13.6.0.4
6+
DBSYNC_TAR_URL=https://github.com/IntersectMBO/cardano-db-sync/releases/download/13.6.0.4/cardano-db-sync-13.6.0.4-linux.tar.gz
7+
DBSYNC_SKIP_INDEXES=true

.github/workflows/nightly_dbsync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# reusable workflow from local repo and same branch as this config
1212
uses: ./.github/workflows/regression_reusable.yaml
1313
with:
14-
env-path: .github/env_nightly_dbsync
14+
env-path: .github/env_nightly_dbsync_config #.github/env_nightly_dbsync
1515
secrets:
1616
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
CI_FAIL_MAILS: ${{ secrets.NIGHTLY_FAIL_MAILS }}

0 commit comments

Comments
 (0)