remove CI bats job and keep shell tests local

This commit is contained in:
2026-02-19 18:22:43 +01:00
parent fdf8d65310
commit 50e3ff6ded

View File

@@ -6,22 +6,6 @@ on:
- dev
- master
jobs:
dev_tests:
if: gitea.ref_name == 'dev'
runs-on: debian-latest
steps:
- name: Checkout
run: |
git clone --quiet --depth=1 --branch=${{ gitea.ref_name }} ${{ gitea.server_url }}/${{ gitea.repository }} repo
- name: Install Bats
run: |
sudo apt-get update
sudo apt-get install -y bats
- name: Run Shell Tests
run: |
cd repo
bats tests/shell/git_update.bats
deploy:
if: gitea.ref_name == 'master'
runs-on: self-hosted