Skip to content

Commit

Permalink
gambiarra
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHanasiro committed Aug 25, 2024
1 parent 95820e6 commit 96020cf
Show file tree
Hide file tree
Showing 5 changed files with 2,845 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
node-version: ${{ steps.nvm.outputs.NODE_VERSION }}
- name: Install dependencies
run: npm ci
- name: Execute test
run: npm run test
env:
APP_NAME: auth-plus-authentication
# - name: Execute test
# run: npm test
# env:
# APP_NAME: auth-plus-authentication
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pids
lib-cov

# Coverage directory used by tools like istanbul
coverage
coverage/*
*.lcov

!coverage/lcov.info
# nyc test coverage
.nyc_output

Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint:fix
npm run lint
Loading

0 comments on commit 96020cf

Please sign in to comment.