Update frontend-cicd.yml
This commit is contained in:
parent
df90427bf7
commit
03f2284903
5
.github/workflows/frontend-cicd.yml
vendored
5
.github/workflows/frontend-cicd.yml
vendored
@ -45,11 +45,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci --prefer-offline --legacy-peer-deps
|
||||
|
||||
- name: Fix symbolic link issue
|
||||
run: |
|
||||
rm -rf frontend/public/json
|
||||
ln -s $GITHUB_WORKSPACE/json frontend/public/json
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user