Skip to content

Commit

Permalink
Fix docker-compose not available on Mac (metabase#47054)
Browse files Browse the repository at this point in the history
  • Loading branch information
WiNloSt authored Aug 21, 2024
1 parent b7a867a commit ccec5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@
"test-cypress-open-sdk": "CYPRESS_IS_EMBEDDING_SDK=true yarn test-cypress-open --e2e --open --folder 'embedding-sdk'",
"test-cypress-run": "node ./e2e/runner/run_cypress_tests.js",
"test-debug": "yarn build:cljs && node --inspect-brk node_modules/.bin/jest --runInBand --detectOpenHandles",
"test-qa-dbs:down": "docker-compose -f ./e2e/test/scenarios/docker-compose.yml down",
"test-qa-dbs:up": "docker-compose -f ./e2e/test/scenarios/docker-compose.yml up -d",
"test-qa-dbs:down": "docker compose -f ./e2e/test/scenarios/docker-compose.yml down",
"test-qa-dbs:up": "docker compose -f ./e2e/test/scenarios/docker-compose.yml up -d",
"test-timezones": "yarn && ./frontend/test/__runner__/run_timezone_tests",
"test-timezones-unit": "yarn build:cljs && jest --silent --maxWorkers=4 --config jest.tz.unit.conf.json",
"test-unit": "yarn build:cljs && jest --maxWorkers=4",
Expand Down

0 comments on commit ccec5ce

Please sign in to comment.