Skip to content

Commit

Permalink
fixing nodejs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Sep 13, 2023
1 parent 4827ff3 commit 6a3099b
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/run_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11.0.3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Typescript
run: |
npm install -g ts-node
shell: cmd
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
Expand Down Expand Up @@ -119,19 +111,6 @@ jobs:
cmake -G "Visual Studio 17 2022" -A Win32 -DCMAKE_SYSTEM_VERSION=8.1 -DCMAKE_PREFIX_PATH=%GITHUB_WORKSPACE%\installed32\ ..
cmake --build . --config Release -j 2 --parallel 2
shell: cmd
- name: Build Node Package
run: |
cd %GITHUB_WORKSPACE%\nodejs_package\brainflow
npm install
npm run build
shell: cmd
- name: Build Install Node Tests
run: |
cd %GITHUB_WORKSPACE%\nodejs_package\tests
npm install
npm uninstall brainflow
npm install --save %GITHUB_WORKSPACE%\nodejs_package
shell: cmd
- name: Build Java Package
run: |
cd %GITHUB_WORKSPACE%\java_package\brainflow
Expand Down Expand Up @@ -302,11 +281,6 @@ jobs:
cd %GITHUB_WORKSPACE%\rust_package\brainflow
cargo run --example=eeg_metrics
shell: cmd
- name: Synthetic Node
run: |
cd %GITHUB_WORKSPACE%\nodejs_package\tests
npm run brainflow_get_data
shell: cmd
# Start Deploy Stage
- name: Install Python AWS Tools
run: |
Expand Down

0 comments on commit 6a3099b

Please sign in to comment.