Skip to content

Vite module now avoids breaking in Darwin #162

Vite module now avoids breaking in Darwin

Vite module now avoids breaking in Darwin #162

Workflow file for this run

name: JavaScript tests
on: [push, pull_request]
env:
NODE_ENV: production
jobs:
test:
strategy:
matrix:
os:
-
id: ubuntu-latest
-
id: macos-latest
node-version: [14.x]
runs-on: ${{ matrix.os.id }}
steps:
#- uses: nschloe/action-cached-lfs-checkout@v1
- name: Checkout
uses: actions/checkout@v4
- uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix --experimental-features 'nix-command flakes' develop --command yarn install --immutable-cache --immutable
- run: nix --experimental-features 'nix-command flakes' develop --command scriptplan build
- run: nix --experimental-features 'nix-command flakes' develop --command scriptplan test