diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index d678b66..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: qawolf/playwright-ci:v1.0.0 - steps: - - checkout - - - run: - command: npm install - - - run: - command: | - # # Start local server - # npm run start & - # npx wait-on http://localhost:3000 - # replace below with command you want to run, example for running a script below - # node myScript.js - npm test \ No newline at end of file