diff --git a/.gitea/workflows/build-feature.yml b/.gitea/workflows/build-feature.yml index 5957d51..fe66cbc 100644 --- a/.gitea/workflows/build-feature.yml +++ b/.gitea/workflows/build-feature.yml @@ -17,6 +17,11 @@ jobs: repository: niko/gitea-ci-library path: .ci + - name: Install bats + run: | + sudo apt-get update + sudo apt-get install -y bats + - name: Bats tests continue-on-error: true run: |