chore: add prettier (2/3): apply formatting, re-enable lint ci step (#6682)
* style: apply prettier formatting * fix: re-enable lint ci check
This commit is contained in:
8
.github/workflows/e2e-couchdb.yml
vendored
8
.github/workflows/e2e-couchdb.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "e2e-couchdb"
|
||||
name: 'e2e-couchdb'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
- run: npx playwright@1.32.3 install
|
||||
- run: npm install
|
||||
- name: Start CouchDB Docker Container and Init with Setup Scripts
|
||||
run : |
|
||||
run: |
|
||||
export $(cat src/plugins/persistence/couch/.env.ci | xargs)
|
||||
docker-compose -f src/plugins/persistence/couch/couchdb-compose.yaml up --detach
|
||||
sleep 3
|
||||
@@ -25,10 +25,10 @@ jobs:
|
||||
bash src/plugins/persistence/couch/replace-localstorage-with-couchdb-indexhtml.sh
|
||||
- name: Run CouchDB Tests and publish to deploysentinel
|
||||
env:
|
||||
DEPLOYSENTINEL_API_KEY: ${{ secrets.DEPLOYSENTINEL_API_KEY }}
|
||||
DEPLOYSENTINEL_API_KEY: ${{ secrets.DEPLOYSENTINEL_API_KEY }}
|
||||
run: npm run test:e2e:couchdb
|
||||
- name: Publish Results to Codecov.io
|
||||
env:
|
||||
env:
|
||||
SUPER_SECRET: ${{ secrets.CODECOV_TOKEN }}
|
||||
run: npm run cov:e2e:full:publish
|
||||
- name: Archive test results
|
||||
|
||||
2
.github/workflows/e2e-pr.yml
vendored
2
.github/workflows/e2e-pr.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "e2e-pr"
|
||||
name: 'e2e-pr'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
4
.github/workflows/pr-platform.yml
vendored
4
.github/workflows/pr-platform.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: "pr-platform"
|
||||
name: 'pr-platform'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [ labeled ]
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
e2e-full:
|
||||
|
||||
2
.github/workflows/prcop.yml
vendored
2
.github/workflows/prcop.yml
vendored
@@ -22,5 +22,5 @@ jobs:
|
||||
- name: Linting Pull Request
|
||||
uses: makaroni4/prcop@v1.0.35
|
||||
with:
|
||||
config-file: ".github/workflows/prcop-config.json"
|
||||
config-file: '.github/workflows/prcop-config.json'
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user