From 1b65932fd149c80c7d13fa7c617fb416a81ae810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20N=C3=A9vola?= Date: Sun, 13 Oct 2024 20:12:35 -0300 Subject: [PATCH] tests for collections --- .github/workflows/collections-test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/collections-test.yml b/.github/workflows/collections-test.yml index f8143a5..b574120 100644 --- a/.github/workflows/collections-test.yml +++ b/.github/workflows/collections-test.yml @@ -23,12 +23,8 @@ jobs: - name: Install dependencies working-directory: ./collections - run: | - npm install -g npm@latest - npm install simpl-schema + run: meteor npm install simpl-schema - name: Run package tests working-directory: ./collections - run: | - export NODE_PATH=$(npm root -g) - meteor test-packages ./ + run: meteor test-packages ./