Skip to content

Commit

Permalink
build: try to fix dev releases
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Feb 23, 2021
1 parent c42e7ea commit 34c6792
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
yarn run-rs-in-background
yarn coverage > COVERAGE_RESULT
echo "$(cat COVERAGE_RESULT)"
git status && git diff
- name: Release dev version for testing
if: github.ref == 'refs/heads/master' && matrix.node-version == '15.x' && steps.changed_packages.outputs.changed_packages != '0'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
/mikro_orm_test.db
*.tsbuildinfo
.DS_Store
COVERAGE_RESULT
.npmrc
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_

0 comments on commit 34c6792

Please sign in to comment.