refactor: Remove Bash test job from CI workflow
/ test-python (push) Successful in 22s
/ test-go (push) Successful in 9m48s

This commit is contained in:
2026-05-24 14:41:01 +02:00
parent 16c228d2b1
commit 0d61919162
-9
View File
@@ -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: