mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
test: debug workflow
This commit is contained in:
1
.github/workflows/claude-code.yml
vendored
1
.github/workflows/claude-code.yml
vendored
@@ -9,6 +9,7 @@ on:
|
||||
types: [opened, assigned, edited]
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
claude:
|
||||
|
||||
16
.github/workflows/test.yml
vendored
Normal file
16
.github/workflows/test.yml
vendored
Normal file
@@ -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