Skip to content

Commit

Permalink
chore: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz.anglart authored and dziraf committed Apr 4, 2023
1 parent 089d851 commit f5e0429
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 261 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ jobs:
run: yarn lint
- name: Migrate
run: yarn run migrate
# TODO: Figure out why tests are failing in CI
# - name: Test
# run: yarn test
- name: Test
run: yarn test

publish:
name: Publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"adminjs": "^7.0.0-beta-v7.1",
"adminjs": "^7.0.0-beta-v7.3",
"chai": "^4.3.7",
"class-validator": "^0.14.0",
"eslint": "^8.36.0",
Expand Down
Loading

0 comments on commit f5e0429

Please sign in to comment.