Fix a leftover from a0f999435746028d64a1ad4fe30e07f4619dbd29 #1120
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: CI | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Test in Ubuntu | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/checkout@v2 | |
- name: Run the tests | |
run: docker-compose -f docker-compose.yml -f docker-compose.test.yml up --build --exit-code-from ideals-test |