Skip to content

Commit

Permalink
add loadtest action
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirPS committed Sep 18, 2024
1 parent f70ccff commit e055599
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/loadtest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Run Gatling Enterprise Simulation

on:
workflow_dispatch:
inputs:
simulation_id:
type: string
required: true

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Gatling Enterprise Action
uses: gatling/enterprise-action@v1
with:
api_token: ${{ secrets.GATLING_ENTERPRISE_API_TOKEN }}
simulation_id: ${{ inputs.simulation_id }}

0 comments on commit e055599

Please sign in to comment.