From 5b4822e4f8cf07d7d8a729d0169d14996358cb09 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 11 Mar 2025 05:01:15 -0500 Subject: [PATCH] run tests with rake --- .gitea/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f5c810d..ab53e58 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -38,8 +38,7 @@ jobs: ruby-version: '3.4' bundler-cache: true - - run: bundle exec rspec - + - run: bundle exec rake release-image: needs: test