Skip to content

Commit

Permalink
refactor workflow to improve formatting and remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MXPOL committed Feb 2, 2025
1 parent ad68eae commit 7d728b9
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
strategy:
matrix:
database: [
"postgres", "postgres13", "postgres12", "postgres11", "postgres10", "postgres9",
"mysql", "mysql5",
"mssql",
spanner,
"mongo", "mongo4",
"dynamodb",
"firestore"
]
"postgres", "postgres13", "postgres12", "postgres11", "postgres10", "postgres9",
"mysql", "mysql5",
"mssql",
spanner,
"mongo", "mongo4",
"dynamodb",
"firestore"
]

env:
API_PRIVATE_KEY: ${{ secrets.API_PRIVATE_KEY }}
Expand Down Expand Up @@ -77,14 +77,6 @@ jobs:
run: |
cd apps/velo-external-db/test/resources
docker compose up --detach ${{ matrix.database }}
sleep 10
docker ps
- name: Docker logs of mssql
if: ${{ ( matrix.database == 'mssql17') }}
run: |
docker logs mssql17
- name: Installing Dependencies
run: npm install
Expand Down

0 comments on commit 7d728b9

Please sign in to comment.