Skip to content

Commit 7e6ff71

Browse files
committed
chore: try fixing publish and remove smokes for node 14 and 16
1 parent e0d0b20 commit 7e6ff71

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.github/workflows/smoke-plugins.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,3 @@ jobs:
6464
with:
6565
node-version: 18
6666
- run: bash ./__tests__/smoke-plugins/run-smoke.sh
67-
68-
run-smoke-plugins--npm--node-16:
69-
needs: prepare-smoke-plugins
70-
runs-on: ubuntu-latest
71-
steps:
72-
- uses: actions/cache@v3
73-
with:
74-
path: __tests__/smoke-plugins/
75-
key: cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
76-
- uses: actions/setup-node@v3
77-
with:
78-
node-version: 16
79-
- run: bash ./__tests__/smoke-plugins/run-smoke.sh
80-
81-
run-smoke-plugins--npm--node-14:
82-
needs: prepare-smoke-plugins
83-
runs-on: ubuntu-latest
84-
steps:
85-
- uses: actions/cache@v3
86-
with:
87-
path: __tests__/smoke-plugins/
88-
key: cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
89-
- uses: actions/setup-node@v3
90-
with:
91-
node-version: 14
92-
- run: bash ./__tests__/smoke-plugins/run-smoke.sh

.github/workflows/snapshot-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ jobs:
7171
7272
cd packages/core
7373
npm publish --tag snapshot
74+
sleep 10
7475
7576
cd ../respect-core
7677
npm publish --tag snapshot
78+
sleep 10
7779
7880
cd ../cli
7981
npm publish --tag snapshot

0 commit comments

Comments
 (0)