Skip to content

Commit

Permalink
chore: try fixing publish and remove smokes for node 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Feb 18, 2025
1 parent e0d0b20 commit 7e6ff71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/smoke-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,29 +64,3 @@ jobs:
with:
node-version: 18
- run: bash ./__tests__/smoke-plugins/run-smoke.sh

run-smoke-plugins--npm--node-16:
needs: prepare-smoke-plugins
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v3
with:
path: __tests__/smoke-plugins/
key: cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
- uses: actions/setup-node@v3
with:
node-version: 16
- run: bash ./__tests__/smoke-plugins/run-smoke.sh

run-smoke-plugins--npm--node-14:
needs: prepare-smoke-plugins
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v3
with:
path: __tests__/smoke-plugins/
key: cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
- uses: actions/setup-node@v3
with:
node-version: 14
- run: bash ./__tests__/smoke-plugins/run-smoke.sh
2 changes: 2 additions & 0 deletions .github/workflows/snapshot-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ jobs:
cd packages/core
npm publish --tag snapshot
sleep 10
cd ../respect-core
npm publish --tag snapshot
sleep 10
cd ../cli
npm publish --tag snapshot

0 comments on commit 7e6ff71

Please sign in to comment.