Merge pull request #15073 from overleaf/ae-circleci
Remove CircleCI config files GitOrigin-RevId: 9f47803f45c513aaec97032f15e565aff34ad883
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
version: 2.1
|
||||
orbs:
|
||||
node: circleci/node@1.1.6
|
||||
jobs:
|
||||
build-and-test:
|
||||
executor:
|
||||
name: node/default
|
||||
steps:
|
||||
- checkout
|
||||
- node/with-cache:
|
||||
steps:
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
workflows:
|
||||
build-and-test:
|
||||
jobs:
|
||||
- build-and-test
|
||||
Reference in New Issue
Block a user