refactor: Remove Bash test job from CI workflow
This commit is contained in:
@@ -8,15 +8,6 @@ on:
|
||||
- '.gitea/workflows/test.yaml'
|
||||
|
||||
jobs:
|
||||
test-bash:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run bash tests
|
||||
run: ./run-tests.sh bash
|
||||
|
||||
test-python:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user