Skip to content

Commit

Permalink
Merge branch 'mvp-2.1.0' into AuthCTX-fix-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 authored Mar 18, 2024
2 parents 2420bb1 + 03ce8d2 commit da561d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
contents: read

jobs:
certify:
lint:
name: Lint Changes
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
contents: read

jobs:
certify:
test:
name: Test Changes
runs-on: ubuntu-latest
steps:
Expand All @@ -43,3 +43,6 @@ jobs:

- name: Run Jest
run: npm run test:ci

- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "TZ=UTC react-scripts test",
"test:ci": "TZ=UTC CI=true react-scripts test --passWithNoTests",
"test:ci": "TZ=UTC CI=true react-scripts test --passWithNoTests --coverage",
"eject": "react-scripts eject",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint --fix . --ignore-path .gitignore",
Expand Down

0 comments on commit da561d2

Please sign in to comment.