Skip to content

Commit

Permalink
Merge pull request #268 from AberystwythSystemsBiology/KeironO-patch-1
Browse files Browse the repository at this point in the history
Update tests.yml
  • Loading branch information
KeironO authored Oct 15, 2023
2 parents 0920fb9 + 37ff5f4 commit 0700a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Download DOID and prepare .env file.
run: wget https://users.aber.ac.uk/keo7/doid.xrdf ; mv doid.xrdf ./services/web/ontologies/ ; cp .env.example .env
run: wget https://purl.obolibrary.org/obo/doid.owl ; mv doid.owl doid.xrdf ; mv doid.xrdf ./services/web/ontologies/ ; cp .env.example .env
- name: Build the stack.
run: docker-compose build ; docker-compose run web sh -c "yarn install"
- name: Create the database.
Expand All @@ -23,4 +23,4 @@ jobs:
run: docker-compose run web sh -c "flask cmd_setup create-testuser"
- name: Run tests.
run: docker-compose run --service-ports web sh -c "nose2 -v"
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 0700a20

Please sign in to comment.