diff --git a/.circleci/config.yml b/.circleci/config.yml index 8bc24d43..0f3a4dd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,8 +109,7 @@ jobs: - checkout - run: name: Lint SQL files - #command: cachix watch-exec "${CACHIX_NAME}" -- nix develop --command ./dev-scripts/lint-sql - command: nix develop --command ./dev-scripts/lint-sql + command: cachix watch-exec "${CACHIX_NAME}" -- nix develop --command ./dev-scripts/lint-sql e2e: docker: - image: mcr.microsoft.com/playwright:v1.29.2-focal