Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
temp changes to test new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Condurache committed Nov 13, 2023
1 parent 760378f commit 1a4f17d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/build-node.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
name: Build and Test Node Addon
# name: Build and Test Node Addon

on: [push]
# on: [push]

jobs:
build-and-test:
runs-on: ${{ matrix.os }}
# jobs:
# build-and-test:
# runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# strategy:
# matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Check out the code
uses: actions/checkout@v2
# steps:
# - name: Check out the code
# uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
# - name: Set up Node.js
# uses: actions/setup-node@v2
# with:
# node-version: 18

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
# - name: Set up Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable

- name: Install and build package
run: npm install
# - name: Install and build package
# run: npm install

- name: Run test
run: npm start
# - name: Run test
# run: npm start
5 changes: 1 addition & 4 deletions .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish Node Addon

on:
push:
tags:
- 'v*'
on: [push]

jobs:
build-and-publish:
Expand Down

0 comments on commit 1a4f17d

Please sign in to comment.