Skip to content

Commit 9d178f8

Browse files
committed
fix: ruby v
1 parent 2766dd8 commit 9d178f8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/e2e-android.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
with:
2323
fetch-depth: 1
2424

25-
- name: Ruby version
26-
run: ruby --version
27-
2825
- name: Enable KVM group perms
2926
run: |
3027
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

.github/workflows/e2e-ios.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
fetch-depth: 1
2525

26+
- name: Ruby version
27+
run: |
28+
ruby --version
29+
pod --version
30+
2631
- name: Reset testing enviroment
2732
continue-on-error: true
2833
timeout-minutes: 10

0 commit comments

Comments
 (0)