Skip to content

Commit

Permalink
call install directly, no lock
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 27, 2023
1 parent e100fed commit a179671
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/foreman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Generate package-lock.json
run: npm install --package-lock-only --no-audit --loglevel verbose
- name: Install NPM packages
run: npm ci --no-audit --loglevel verbose
run: npm install --no-audit --loglevel verbose
- name: Prepare test env
run: |
bundle exec rake db:create
Expand Down

0 comments on commit a179671

Please sign in to comment.