From 37ff5f4c6b8331054ded19153ef180cb5bd1bd80 Mon Sep 17 00:00:00 2001 From: Keiron O'Shea Date: Sun, 15 Oct 2023 20:48:58 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fba5205f..f3871fba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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. @@ -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 }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}."