Skip to content

Commit

Permalink
ci: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
ddarkr authored Feb 4, 2024
1 parent 0254f37 commit 1b7031b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
jobs:
run-bundle-analysis:
runs-on: ubuntu-latest
environment: ci
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -43,7 +44,8 @@ jobs:

run-lint:
runs-on: ubuntu-latest
environment: ci
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -64,7 +66,8 @@ jobs:

run-jest:
runs-on: ubuntu-latest
environment: ci
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -86,7 +89,8 @@ jobs:

run-codecov:
runs-on: ubuntu-latest
environment: ci
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -114,7 +118,8 @@ jobs:

run-cypress:
runs-on: ubuntu-latest
environment: ci
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1b7031b

Please sign in to comment.