From 1a4f17d3875c2ed1c38d117fa10c60284464695c Mon Sep 17 00:00:00 2001 From: Bogdan Condurache Date: Mon, 13 Nov 2023 20:58:47 +0100 Subject: [PATCH] temp changes to test new pipeline --- .github/workflows/build-node.yaml | 46 ++++++++++++++--------------- .github/workflows/publish-node.yaml | 5 +--- 2 files changed, 24 insertions(+), 27 deletions(-) diff --git a/.github/workflows/build-node.yaml b/.github/workflows/build-node.yaml index f430e76..ede0ed5 100644 --- a/.github/workflows/build-node.yaml +++ b/.github/workflows/build-node.yaml @@ -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 diff --git a/.github/workflows/publish-node.yaml b/.github/workflows/publish-node.yaml index 03d83b6..74d4220 100644 --- a/.github/workflows/publish-node.yaml +++ b/.github/workflows/publish-node.yaml @@ -1,9 +1,6 @@ name: Publish Node Addon -on: - push: - tags: - - 'v*' +on: [push] jobs: build-and-publish: