Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
NadicaUzunova committed Jan 18, 2024
1 parent 5432079 commit 5874bf2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,9 @@ 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
run: npm run build --no-progress 2>&1 >/dev/null || true
working-directory: frontend


0 comments on commit 5874bf2

Please sign in to comment.