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 3232ea2 commit dcf095d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
uses: actions/checkout@v1
- name: Navigate to project directory
run: cd IT_Project_Unity/FrontEnd && ls -al
- name: Setup Node.js and Python
- name: Setup Node.js and Python
uses: actions/setup-node@v3
env:
CI: true
PATH: ${{ runner.tool_cache }}/python/2.7.17/x64:${{ env.PATH }}
Expand Down

0 comments on commit dcf095d

Please sign in to comment.