Created
November 17, 2019 01:41
-
-
Save davidmukiibi/65d2a9427ba3bb768e204235fd76bd3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: &defaults | |
parallelism: 1 | |
docker: | |
- image: loadimpact/k6:latest | |
k6_performance_tests: &k6_performance_tests | |
run: | |
name: Running Load Tests Using K6 | |
command: | | |
k6 cloud tests/cloud-test.js | |
version: 2 | |
jobs: | |
run_perfomance_tests: | |
<<: *defaults | |
steps: | |
- checkout | |
- *k6_performance_tests | |
workflows: | |
version: 2 | |
build-and-test: | |
jobs: | |
- run_perfomance_tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment