Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
libremente committed Jun 3, 2022
1 parent 9c715ab commit b44b39c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
run: |
pip install pipfile-requirements
pipfile2req > requirements.txt
cat requirements.txt
pip install -r requirements.txt
pipfile2req -d > requirements.txt
pip install -r requirements.txt
docker --version
docker-compose --version
Expand All @@ -66,4 +67,5 @@ jobs:
pip install docker-services-cli
pip install pytest
pip install pytest-invenio
cp .env.example .env
./run-tests.sh

0 comments on commit b44b39c

Please sign in to comment.