Skip to content

Commit 2caa685

Browse files
committed
chore: let everything run
1 parent 8769d41 commit 2caa685

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: 📥 Monorepo install
3232
uses: ./.github/actions/setup
3333
with:
34+
enable-corepack: false
3435
cache-node-modules: true
3536
cache-install-state: true
3637

.github/workflows/configMatrix.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
export libraryTypes=(
66
module-legacy
7-
# module-mixed
8-
# module-new
9-
# view-legacy
10-
# view-mixed
11-
# view-new
7+
module-mixed
8+
module-new
9+
view-legacy
10+
view-mixed
11+
view-new
1212
)
1313

1414
export languages=(
1515
java-objc
16-
# java-swift
17-
# kotlin-objc
18-
# kotlin-swift
16+
java-swift
17+
kotlin-objc
18+
kotlin-swift
1919
)
2020

2121
export exclude=(

0 commit comments

Comments
 (0)