From cf6cb473a897bd9f9d72e32336bc9198476cd879 Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Mon, 29 Apr 2024 13:01:03 +0200
Subject: [PATCH] chore(ci): enable nucypher-core.yml on all pull requests
---
.github/workflows/nucypher-core.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/nucypher-core.yml b/.github/workflows/nucypher-core.yml
index b6ea1bc..1aba797 100644
--- a/.github/workflows/nucypher-core.yml
+++ b/.github/workflows/nucypher-core.yml
@@ -2,11 +2,6 @@ name: nucypher-core
on:
pull_request:
- paths:
- - "nucypher-core/**"
- - "nucypher-core-python/**"
- - "nucypher-core-wasm/**"
- - "Cargo.*"
push:
branches:
- main
@@ -123,6 +118,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
+ - run: yarn install
+ working-directory: nucypher-core-wasm/examples/node
- run: yarn test
working-directory: nucypher-core-wasm/examples/node