Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Temporarily skip FreeBSD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Mar 24, 2022
1 parent 1a20a0e commit a8509e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ task:
- pkg install -y git node npm
install_script:
- git submodule update --init --recursive
- env ELECTRON_SKIP_BINARY_DOWNLOAD=1 npm i --unsafe-perm
test_script: npm t
# TODO: fails with "env: npm: No such file or directory"
# - env ELECTRON_SKIP_BINARY_DOWNLOAD=1 npm i --unsafe-perm
# test_script: npm t
test_script: echo skipped

0 comments on commit a8509e9

Please sign in to comment.