Skip to content

Commit

Permalink
cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Aug 25, 2023
1 parent ef1196b commit 98acc65
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/calc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-Calc
name: calc

on:
push:
Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/nodejs.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,25 @@ jobs:

- name: Build Docs
run: yarn build:docs

build-npm-release:
# This test is to make sure sidecar can release a binary without any errors.
# This script does not publish a release, but instead uses yarn to create a tarball and
# install it locally. Once installed a binary is attached to sidecars node_modules, and that
# binary is then tested against. For more in depth information reference the docs at
# `../../scripts/README.md`.

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn test:test-release
22 changes: 0 additions & 22 deletions .github/workflows/semantic.yml

This file was deleted.

0 comments on commit 98acc65

Please sign in to comment.