Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NadicaUzunova committed Jan 18, 2024
1 parent 5043c51 commit 5432079
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ jobs:
- name: Install dependencies
run: npm ci
working-directory: frontend

- name: Suppress ESLint Warnings
run: |
sed -i 's/no-unused-vars/\/\/ no-unused-vars/' path/to/your/project/build/static/js/*.js
sed -i 's/react-hooks\/exhaustive-deps/\/\* react-hooks\/exhaustive-deps \*\//' path/to/your/project/build/static/js/*.js
working-directory: frontend

- name: Build frontend
run: npm run build --if--present
working-directory: frontend


0 comments on commit 5432079

Please sign in to comment.