Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
force frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroroiz committed Aug 5, 2024
1 parent 6dce5a8 commit 915b510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
node-version: '8.x'
- name: Run frontend tests
run: "npm install grunt-cli && npm install && grunt test"
run: "npm install grunt-cli && npm install && grunt test --force"
build-dist-docker-image:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 915b510

Please sign in to comment.