Skip to content

Commit

Permalink
Move load test into main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
woop committed Jul 26, 2020
1 parent 9853839 commit 3ec5247
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,16 @@ jobs:
java-package: jdk
architecture: x64
- name: Run integration tests
run: make test-java-integration
run: make test-java-integration

load-test:
runs-on: [self-hosted, load]
needs: build-push-docker-images
steps:
- uses: actions/checkout@v2
- name: Run load test
run: make test-load
- uses: actions/upload-artifact@v2
with:
name: load-test-results
path: load-test-output/
16 changes: 0 additions & 16 deletions .github/workflows/load_test.yml

This file was deleted.

0 comments on commit 3ec5247

Please sign in to comment.