Skip to content

Commit

Permalink
feat: update global interval3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Sep 10, 2022
1 parent 85faf50 commit 971ae0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
MERGE_RETRY_SLEEP: 10000

test:
needs: doc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -82,6 +83,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

release:
needs: [ doc,test ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ sonic-driver-core can be separated from appium and interact directly with webdri
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.19</version>
<version>1.0.18</version>
</dependency>
```

#### Gradle

```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.19'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.18'
```

### Code
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ sonic-driver-core可以脱离Appium,直接与WebDriverAgent或UIautomator2交
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.19</version>
<version>1.0.18</version>
</dependency>
```
#### Gradle
```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.19'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.18'
```

### 代码
Expand Down

0 comments on commit 971ae0d

Please sign in to comment.