mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
test: debug workflow
This commit is contained in:
@@ -9,6 +9,7 @@ on:
|
|||||||
types: [opened, assigned, edited]
|
types: [opened, assigned, edited]
|
||||||
pull_request_review:
|
pull_request_review:
|
||||||
types: [submitted]
|
types: [submitted]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
claude:
|
claude:
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
name: Test Actions
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Echo test
|
||||||
|
run: echo "GitHub Actions is working!"
|
||||||
Reference in New Issue
Block a user