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 e56c3306 AIRAVATA-3693 windows JS build action set to use cmd shell
e56c3306 is described below

commit e56c3306f5f1a799d1d5fd1dc03951a10b62674a
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Apr 11 11:12:42 2023 -0400

    AIRAVATA-3693 windows JS build action set to use cmd shell
---
 .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 822f7bfb..1b104e70 100644
--- a/.github/workflows/build-and-test.yaml
+++ b/.github/workflows/build-and-test.yaml
@@ -66,6 +66,7 @@ jobs:
       - name: Build JavaScript code
         run: |
           build_js.bat
+        shell: cmd
 
   build:
     # ubuntu-22 doesn't support Python 3.6

Reply via email to