Skip to content

Commit ca7a455

Browse files
committed
ci: remove envinfo, its too slow
1 parent 6f41d07 commit ca7a455

File tree

4 files changed

+0
-26
lines changed

4 files changed

+0
-26
lines changed

.github/workflows/browserstack.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
- browserstack:ios
6060
- browserstack:safari
6161
steps:
62-
- name: Environment Information
63-
run: npx envinfo
6462
- name: Checkout
6563
uses: actions/checkout@v3
6664
- name: Cache letsencrypt

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
outputs:
1414
cache-key: ${{ steps.cache-key.outputs.value }}
1515
steps:
16-
- name: Environment Information
17-
run: npx envinfo
1816
- name: Checkout
1917
uses: actions/checkout@v3
2018
- name: Setup node

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- node-esm
1818
- universal
1919
steps:
20-
- name: Environment Information
21-
run: npx envinfo
2220
- name: Checkout
2321
uses: actions/checkout@v3
2422
with:
@@ -47,8 +45,6 @@ jobs:
4745
- publish
4846
runs-on: ubuntu-latest
4947
steps:
50-
- name: Environment Information
51-
run: npx envinfo
5248
- name: Checkout
5349
uses: actions/checkout@v3
5450
with:

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- name: Environment Information
23-
run: npx envinfo
2422
- name: Checkout
2523
uses: actions/checkout@v3
2624
- name: Setup node
@@ -61,8 +59,6 @@ jobs:
6159

6260
runs-on: ubuntu-latest
6361
steps:
64-
- name: Environment Information
65-
run: npx envinfo
6662
- name: Checkout
6763
uses: actions/checkout@v3
6864
- name: Setup node
@@ -93,8 +89,6 @@ jobs:
9389
- build
9490
runs-on: ubuntu-latest
9591
steps:
96-
- name: Environment Information
97-
run: npx envinfo
9892
- name: Checkout
9993
uses: actions/checkout@v3
10094
- uses: denoland/setup-deno@v1
@@ -124,8 +118,6 @@ jobs:
124118
runs-on: ubuntu-latest
125119
continue-on-error: true
126120
steps:
127-
- name: Environment Information
128-
run: npx envinfo
129121
- name: Checkout
130122
uses: actions/checkout@v3
131123
- run: curl https://bun.sh/install | bash
@@ -150,8 +142,6 @@ jobs:
150142
- build
151143
runs-on: ubuntu-latest
152144
steps:
153-
- name: Environment Information
154-
run: npx envinfo
155145
- name: Checkout
156146
uses: actions/checkout@v3
157147
- name: Setup node
@@ -176,8 +166,6 @@ jobs:
176166
- build
177167
runs-on: ubuntu-latest
178168
steps:
179-
- name: Environment Information
180-
run: npx envinfo
181169
- name: Checkout
182170
uses: actions/checkout@v3
183171
- name: Setup node
@@ -208,8 +196,6 @@ jobs:
208196
- firefox:headless
209197
- edge:headless
210198
steps:
211-
- name: Environment Information
212-
run: npx envinfo
213199
- name: Checkout
214200
uses: actions/checkout@v3
215201
- name: Setup node
@@ -236,8 +222,6 @@ jobs:
236222
- build
237223
runs-on: macos-latest
238224
steps:
239-
- name: Environment Information
240-
run: npx envinfo
241225
- name: Checkout
242226
uses: actions/checkout@v3
243227
- name: Setup node
@@ -271,8 +255,6 @@ jobs:
271255
runs-on: ubuntu-latest
272256
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'panva/jose' }}
273257
steps:
274-
- name: Environment Information
275-
run: npx envinfo
276258
- name: Checkout
277259
uses: actions/checkout@v3
278260
with:

0 commit comments

Comments
 (0)