From 8af027bda21615fa06352653227043f08d2dd3c6 Mon Sep 17 00:00:00 2001 From: vaguue Date: Mon, 19 Aug 2024 03:27:12 +0300 Subject: [PATCH] testing ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb79ed6..397a1be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: - name: Build and Test (Windows) if: matrix.os == 'windows-latest' - run: ls "$(pwd)/build/Release/npcap" && PCAP_ROOT="$(pwd)/build/Release/npcap" npm i && PCAP_ROOT="$(pwd)/build/Release/npcap" npm run build && npm run test + run: ls "$(pwd)/build/Release/npcap" && PCAP_ROOT="$(pwd)/build/Release/npcap" npm i && PCAP_ROOT="$(pwd)/build/Release/npcap" npm run build && node --test test/liveDevice.test.js test/arpTable.test.js test/routing.test.js shell: bash - name: Build and Test