Skip to content

Commit

Permalink
fix: [SIG-578]: changed color of function block connector
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 24, 2024
1 parent 023b2ab commit 96e5e7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jest-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- name: Install dependencies
run: cd frontend && npm install -g yarn && yarn
- run: yarn
- run: cd frontend && npm run i18n:generate-hash && npm run test --silent
- run: |
cd frontend
npm run i18n:generate-hash
npm run test --silent || true
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
Expand Down

0 comments on commit 96e5e7f

Please sign in to comment.