Update fe.yml #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: | |
push: | |
branches: [ "master" , "l4"] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- 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 && npm install | |
- run: cd IT_Project_Unity/FrontEnd && npm run build --if-present |