Bump ip from 2.0.0 to 2.0.1 #41
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: All tests | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
tests: | |
name: Unit tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Retrieving the source files | |
uses: actions/checkout@v2 | |
- name: Installing the dependencies | |
run: npm install | |
- name: Starting the database | |
run: docker-compose up --abort-on-container-exit --exit-code-from tests |