Skip to content

Commit

Permalink
fix indentattion
Browse files Browse the repository at this point in the history
  • Loading branch information
sredny buitrago authored and sredny buitrago committed Oct 27, 2024
1 parent 7edfb08 commit 94c0762
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,15 @@ jobs:
uses: supercharge/[email protected]
with:
redis-version: ${{ matrix.redis-version }}
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: '${{ matrix.mongodb-version }}'

- name: Run tests
run: |
./bin/ci-tests.sh ${{ matrix.databases }}
- uses: actions/upload-artifact@v4
with:
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: '${{ matrix.mongodb-version }}'
- name: Run tests
run: |
./bin/ci-tests.sh ${{ matrix.databases }}
- uses: actions/upload-artifact@v4
with:
name: coverage
retention-days: 1
path: |
Expand Down

0 comments on commit 94c0762

Please sign in to comment.