Skip to content

Commit fe400ac

Browse files
committed
refactor: rename workflow for instrumented data tests
1 parent 876f4f4 commit fe400ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android-instrumented-tests.yml renamed to .github/workflows/android-instrumented-data-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android Instrumented Tests
1+
name: Android Instrumented Data Tests
22

33
permissions:
44
contents: read
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
instrumented-tests:
11-
name: Run Android Instrumented Tests
11+
name: Run Android Instrumented Data Tests
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -27,7 +27,7 @@ jobs:
2727
sudo udevadm control --reload-rules
2828
sudo udevadm trigger --name-match=kvm
2929
30-
- name: Run Instrumented Tests with emulator
30+
- name: Run Instrumented Data Tests with emulator
3131
uses: reactivecircus/android-emulator-runner@v2
3232
with:
3333
api-level: 33

0 commit comments

Comments
 (0)