Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaranjo89 committed Aug 15, 2024
1 parent 7a8a932 commit f153eba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build_and_test.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 20
- run: cd sdk && npm ci
- run: cd sdk && npm test

publish-npm:
needs: build
runs-on: ubuntu-latest
Expand All @@ -29,22 +19,3 @@ jobs:
- run: cd sdk && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
# publish-gpr:
# # needs: build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - uses: actions/setup-node@v1
# with:
# node-version: 12
# registry-url: https://npm.pkg.github.com/
# scope: '@etcaterva'
# - name: Set release version
# run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
# - name: Test
# run: echo $RELEASE_VERSION
# - run: cd sdk && npm ci
# - run: cd sdk && npm version ${RELEASE_VERSION}
# - run: cd sdk && npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f153eba

Please sign in to comment.