Skip to content

Commit

Permalink
[git actions] Dependancies check pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrToldme committed Nov 14, 2023
1 parent e607658 commit 4735940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/damengDatabaseTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
npm --prefix DocService ci
- name: Await database service to finish startup
run: sleep 5
run: sleep 15

- name: Creating service DB configuration
run: |
Expand Down
2 changes: 1 addition & 1 deletion DocService/sources/databaseConnectors/baseConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
// check

'use strict';

const sqlDataBaseType = {
Expand Down

0 comments on commit 4735940

Please sign in to comment.