Skip to content

Commit

Permalink
Merge pull request #57 from ImperialCollegeLondon/feature/no-services…
Browse files Browse the repository at this point in the history
…-setup-ci

Don't setup services in CI workflow
  • Loading branch information
cc-a committed Jul 24, 2024
2 parents 3329891 + 208a6b0 commit 1cc31d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: setup project virtual environment
run: invenio-cli install
- name: start services
run: invenio-cli services setup --no-demo-data
run: invenio-cli services start
- name: run tests
run: pipenv run pytest

0 comments on commit 1cc31d9

Please sign in to comment.