Merge pull request #2 from bobanetwork/fix-ssl-connection #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unit & Integration tests | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build Docker images | |
run: docker-compose -f docker-compose.test.yml build | |
- uses: actions/checkout@v3 | |
- name: Run unit & integration tests | |
run: docker-compose -f docker-compose.test.yml up --abort-on-container-exit |