Skip to content

Commit

Permalink
Add test in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Feb 9, 2024
1 parent b9c79df commit ec2d17c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},name-canonical=true,push=false
- name: Start database servers
run: |
docker-compose up -d
sleep 15s
- name: Run integration tests
run: make test
- name: Stop database servers
run: docker-compose down

0 comments on commit ec2d17c

Please sign in to comment.