feat: Add separate CI workflows for Go, Python, and shell tests; remove legacy test workflow
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'simple-ca.sh'
|
||||
- 'run-tests.sh'
|
||||
|
||||
jobs:
|
||||
test-shell:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run shell tests
|
||||
run: bash run-tests.sh
|
||||
Reference in New Issue
Block a user