Skip to content

Commit

Permalink
Update fe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Heesha14 authored Apr 18, 2024
1 parent fc12148 commit 3232ea2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Navigate to project directory
run: cd IT_Project_Unity/FrontEnd && ls -al
run: cd IT_Project_Unity/FrontEnd && ls -al
- name: Setup Node.js and Python
env:
CI: true
PATH: ${{ runner.tool_cache }}/python/2.7.17/x64:${{ env.PATH }}
- run: cd IT_Project_Unity/FrontEnd && npm install
- run: cd IT_Project_Unity/FrontEnd && npm run build --if-present

0 comments on commit 3232ea2

Please sign in to comment.