You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2023/01/10 20:34:22 UTC

[airavata-django-portal] branch develop updated: Fix downloading built javascript to correct path

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new fe492896 Fix downloading built javascript to correct path
fe492896 is described below

commit fe492896de537a4cae631eeb10df900b4f991f13
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jan 10 15:34:14 2023 -0500

    Fix downloading built javascript to correct path
---
 .github/workflows/build-and-test.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml
index 986ec0a0..b5e22a80 100644
--- a/.github/workflows/build-and-test.yaml
+++ b/.github/workflows/build-and-test.yaml
@@ -61,6 +61,7 @@ jobs:
       - uses: actions/download-artifact@v3
         with:
           name: built-javascript
+          path: django_airavata
       - name: Run Django unit tests
         run: |
           ./runtests.py