Skip to content

Commit

Permalink
Fix keys
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed Dec 25, 2024
1 parent 2ec7f26 commit d169e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
${{ runner.os }}-yarn-
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn test
- name: Run test
run: yarn test
- name: Run Build
run: yarn run build
- name: Checking format
Expand Down

0 comments on commit d169e4f

Please sign in to comment.