Skip to content

Commit

Permalink
Update code-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DZZN-DEV authored May 17, 2024
1 parent 6e1a36d commit 34972c5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,9 @@ jobs:
with:
node-version: '16'

- name: Run NVM Install
run: nvm install
- name: Run Yarn Install & node dependencies
run: yarn install && yarn

- name: Run Yarn Install
run: yarn install

- name: install node dependencies
run: yarn

- name: switch ruby version & dependencies
run: rbenv install --skip-existing && bundle install && cp .env.example .env

Expand Down

0 comments on commit 34972c5

Please sign in to comment.