Skip to content

Commit

Permalink
ci: github action for syncing manual test cases with qase
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <yang.chiu@suse.com>
  • Loading branch information
yangchiu authored and khushboo-rancher committed Aug 27, 2024
1 parent e773458 commit ba5a86a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/qase-sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Qase Sync

on:
push:
branches:
- master

jobs:
qase-sync:
runs-on: ubuntu-latest
steps:
- name: Qase Sync
uses: longhorn/bot/qase-sync-action@master
with:
project-code: LH
token: ${{ secrets.QASE_TOKEN }}

0 comments on commit ba5a86a

Please sign in to comment.