Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: CI

env:
# @TODO We should really remove this, but at the time of writing even
# a completely new yarn.lock currently breaks the build with a:
# The lockfile would have been modified by this install, which is explicitly forbidden.
YARN_ENABLE_IMMUTABLE_INSTALLS: false

on:
pull_request:
push:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Integration tests

env:
# @TODO We should really remove this, but at the time of writing even
# a completely new yarn.lock currently breaks the build with a:
# The lockfile would have been modified by this install, which is explicitly forbidden.
YARN_ENABLE_IMMUTABLE_INSTALLS: false

on:
workflow_dispatch:
push:
Expand Down
Loading
Loading