refactor: Remove Bash test job from CI workflow
This commit is contained in:
@@ -8,15 +8,6 @@ on:
|
|||||||
- '.gitea/workflows/test.yaml'
|
- '.gitea/workflows/test.yaml'
|
||||||
|
|
||||||
jobs:
|
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:
|
test-python:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user