Skip to content

Commit

Permalink
Restore disabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Jul 31, 2024
1 parent 039ff82 commit eaca01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
npm ci
npm run build
#npm run test
npm run test
npm run docs
- name: Inject commit info
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-resolver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm ci
# TODO: this step specifically isn't really doing anything, since it's run from the TS files
RUN npm run build

RUN #npm run test
RUN npm run test

# To be run from project root
FROM node:20
Expand Down

0 comments on commit eaca01e

Please sign in to comment.