Skip to content

Commit

Permalink
ci: remove envinfo, its too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 28, 2023
1 parent 6f41d07 commit ca7a455
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
- browserstack:ios
- browserstack:safari
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- name: Cache letsencrypt
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
outputs:
cache-key: ${{ steps.cache-key.outputs.value }}
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- node-esm
- universal
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -47,8 +45,6 @@ jobs:
- publish
runs-on: ubuntu-latest
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- build
runs-on: ubuntu-latest
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
Expand Down Expand Up @@ -61,8 +59,6 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
Expand Down Expand Up @@ -93,8 +89,6 @@ jobs:
- build
runs-on: ubuntu-latest
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -124,8 +118,6 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- run: curl https://bun.sh/install | bash
Expand All @@ -150,8 +142,6 @@ jobs:
- build
runs-on: ubuntu-latest
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
Expand All @@ -176,8 +166,6 @@ jobs:
- build
runs-on: ubuntu-latest
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
Expand Down Expand Up @@ -208,8 +196,6 @@ jobs:
- firefox:headless
- edge:headless
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
Expand All @@ -236,8 +222,6 @@ jobs:
- build
runs-on: macos-latest
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
Expand Down Expand Up @@ -271,8 +255,6 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'panva/jose' }}
steps:
- name: Environment Information
run: npx envinfo
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ca7a455

Please sign in to comment.