Skip to content

Commit

Permalink
fix: tilt syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Feb 8, 2024
1 parent df5262f commit e9e1235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ TEST_RESOURCES = {
CONSENT_TEST_LABEL: "test-consent",
DASHBOARD_TEST_LABEL: "test-dashboard",
PAY_TEST_LABEL: "test-pay",
ADMIN_PANEL_TEST_LABEL: "test-admin-panel"
MAP_TEST_LABEL = "test-map"
ADMIN_PANEL_TEST_LABEL: "test-admin-panel",
MAP_TEST_LABEL: "test-map"
}

is_ci=("ci" in sys.argv) or cfg.get("bats", False)
Expand Down

0 comments on commit e9e1235

Please sign in to comment.