Update .github/workflows/test.yml
This commit is contained in:
parent
711664e135
commit
003283e0f5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -19,3 +19,8 @@ jobs:
|
||||||
|
|
||||||
- name: Ping staging server
|
- name: Ping staging server
|
||||||
run: ssh staging-server ping
|
run: ssh staging-server ping
|
||||||
|
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Build with Gradle
|
||||||
|
run: ./gradlew :build
|
||||||
|
|
Loading…
Add table
Reference in a new issue