Skip to content

Commit

Permalink
Added Testkube Pro action.
Browse files Browse the repository at this point in the history
  • Loading branch information
lreimer committed Oct 23, 2024
1 parent 1abebbe commit b44a604
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/testkube-pro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Run Testkube Pro Tests

on:
workflow_dispatch:

jobs:
test:
permissions:
contents: 'read'
id-token: 'write'

name: Run Testkube Pro
runs-on: ubuntu-latest

steps:
- uses: kubeshop/setup-testkube@v1
with:
organization: ${{ secrets.TkOrganization }}
environment: ${{ secrets.TkEnvironment }}
token: ${{ secrets.TkToken }}

- run: |
testkube run testworkflow gradle-test -f

0 comments on commit b44a604

Please sign in to comment.