Skip to content

Commit

Permalink
Fix FreeBSD test install
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Dec 20, 2023
1 parent 404a7b6 commit 842c656
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: CI

on: [push, pull_request]

env:
YARN_GPG: no
npm_config_debug: yes
npm_config_build_from_source: true

jobs:
test:
strategy:
Expand Down Expand Up @@ -77,10 +72,9 @@ jobs:

- uses: vmactions/freebsd-vm@v1
with:
envs: 'YARN_GPG npm_config_debug npm_config_build_from_source'
prepare: |
pkg install -y gmake python3 yarn-node${{ matrix.node-version }}
yarn install --frozen-lockfile
run: |
yarn install --frozen-lockfile
yarn test
sync: sshfs

0 comments on commit 842c656

Please sign in to comment.