Skip to content

Commit

Permalink
CI green
Browse files Browse the repository at this point in the history
  • Loading branch information
mpressen committed Oct 9, 2024
1 parent a2802c5 commit e969036
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
# options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- name: Install packages
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y google-chrome-stable curl libjemalloc2 libvips sqlite3 nodejs npm && \
npm install --global yarn
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y google-chrome-stable curl libjemalloc2 libvips sqlite3

- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -81,6 +80,14 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20

- name: setup yarn
run: npm install --global yarn

- name: Set up JavaScript dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit e969036

Please sign in to comment.