Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(gh-ci): Bring back the client-test-data command to github actio…
…ns (#1804)

* chore(gh-ci): test client-test-data

* chore(gh-ci): update client-test-data step

* chore(gh-ci): optimize publish process

* chore(gh-ci): optimize publish process
  • Loading branch information
André Kilchenmann committed Jan 30, 2021
1 parent d390014 commit e6b0fbf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -52,6 +52,32 @@ jobs:
df -h
docker system df
# ------------------------------------------
# ------------------------------------------
# Test client-test-data
client-test-data-tests:
name: Test client-test-data
needs: compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 50
- uses: joschi/setup-jdk@v2
with:
java-version: '11' # The OpenJDK version to make available on the path
architecture: 'x64' # defaults to 'x64'
- name: Install requirements
run: sudo apt-get install ca-certificates-java expect redis-tools unzip
- name: Generate api-client-test-data
run: make client-test-data
- name: Disk Free After
run: |
df -h
docker system df
# ------------------------------------------
# ------------------------------------------

api-unit-tests:
name: API Unit Tests
needs: compile
Expand Down Expand Up @@ -320,6 +346,7 @@ jobs:
api-unit-tests,
api-e2e-tests,
api-integration-tests,
client-test-data-tests,
upgrade-integration-tests,
docs-build-test
]
Expand Down

0 comments on commit e6b0fbf

Please sign in to comment.