Skip to content

Commit

Permalink
minor fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
RizkyRajitha committed May 29, 2021
1 parent c1c51a5 commit db70e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Running Code Coverage
on: [push, pull_request]

jobs:
build:
Test:
runs-on: ubuntu-latest
# Service containers to run with `runner-job`
services:
Expand Down
2 changes: 1 addition & 1 deletion scripts/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ async function migrate() {

migrate()
.then(() => process.exit())
.then((err) => console.error(err));
.catch((err) => console.error(err));

0 comments on commit db70e49

Please sign in to comment.