upgrade ckeditor, jquery, and bootstrap (#2755) #162
Workflow file for this run
This file contains 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
name: k6 | |
# Controls when the action will run. | |
on: | |
# Triggers the workflow on push to release cadence branch | |
push: | |
branches: [ rc-* ] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | |
jobs: | |
k6_load_test: | |
name: k6 Load Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Run cloud k6 test | |
uses: k6io/action@v0.1 | |
with: | |
filename: .github/test.js |