Skip to content

Commit

Permalink
fix: path for sqlite and mssql db password
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 19, 2023
1 parent 25d6e87 commit f41bd17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
MYSQL_PORT: 3306
ports:
- '3306:3306'
- '3308:3306'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -105,7 +106,7 @@ jobs:
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
env:
SA_PASSWORD: 'arandom&233password'
SA_PASSWORD: 'secrearandom&233passwordt'
ACCEPT_EULA: 'Y'
ports:
- '1433:1433'
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ npm-debug.log
.idea
out
.nyc_output
test-helpers/tmp
test/functional/database
.DS_STORE
.vscode/
*.sublime-project
Expand All @@ -16,4 +14,3 @@ build
dist
yarn.lock
shrinkwrap.yaml
test/__app
1 change: 1 addition & 0 deletions test-helpers/tmp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sqlite

0 comments on commit f41bd17

Please sign in to comment.