Skip to content

Commit

Permalink
chore: updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Jul 13, 2024
1 parent 6b2321b commit 4dcced7
Show file tree
Hide file tree
Showing 3 changed files with 1,647 additions and 859 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install --frozen-lockfile
npm install --frozen-lockfile --force
npm run ui:build --if-present
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install
run: npm install --force

- name: Run tests
run: npm run ui:coverage
Expand Down
Loading

0 comments on commit 4dcced7

Please sign in to comment.