Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Apr 20, 2024
1 parent f53d0ab commit 0393d65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2,143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn
run: yarn install --frozen-lockfile
- name: Test
run: yarn test
Loading

0 comments on commit 0393d65

Please sign in to comment.