Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Nov 2, 2024
1 parent fe86408 commit e125de2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ jobs:
- run: bundle exec rails db:prepare
working-directory: ./backend

- name: Cache Yarn dependencies
uses: actions/cache@v4
with:
path: |
~/.yarn/cache
node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Cache Playwright Chromium browser
id: playwright-cache
uses: actions/cache@v4
Expand Down

0 comments on commit e125de2

Please sign in to comment.