Skip to content

Commit

Permalink
Merge pull request #93 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Oct 6, 2023
2 parents 4852fa9 + b70251c commit f491c71
Show file tree
Hide file tree
Showing 4 changed files with 1,254 additions and 8,186 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm link @athenna/common

- name: Run tests
run: npm run test
run: npm run test:coverage

- name: Test code compilation
run: npm run build
Expand All @@ -56,7 +56,7 @@ jobs:
run: npm link @athenna/common

- name: Run tests
run: npm run test
run: npm run test:coverage

- name: Test code compilation
run: npm run build
Loading

0 comments on commit f491c71

Please sign in to comment.