Skip to content

Commit 85926c0

Browse files
committed
ci: rollback last commit to fix the pipeline
1 parent 80c2fdb commit 85926c0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/bundlesize.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55

66
jobs:
7-
build:
7+
bundlesize:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
@@ -16,16 +16,6 @@ jobs:
1616
- name: Build ReactTooltip component package
1717
run: yarn build
1818

19-
bundlesize:
20-
needs: build
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@v2
24-
- uses: actions/setup-node@v3
25-
26-
- name: Install dev dependencies
27-
run: yarn install
28-
2919
- name: Bundlesize
3020
run: yarn run bundlesize
3121

0 commit comments

Comments
 (0)