Skip to content

Commit

Permalink
Fix pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
raress96 committed Sep 26, 2024
1 parent cb4c9e0 commit c657a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: npm ci
- run: npm run lint

- run: npm run generate
- run: npm run test

- run: npm install -g dotenv-cli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ describe('GatewayProcessor', () => {
updatedAt: new Date(),
createdAt: new Date(),
successTimes: null,
taskItemId: null,
};

messageApprovedRepository.findBySourceChainAndMessageId.mockReturnValueOnce(Promise.resolve(messageApproved));
Expand Down

0 comments on commit c657a27

Please sign in to comment.