From 38953380a1743f9f9444b6feed4db8d78139a063 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2025 22:03:53 -0500 Subject: [PATCH] Revert "Run a test" This reverts commit b5af9e7c2b71b1fd7dc1765784287040efb26798. --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6dc11db..e7754fc 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,10 +5,10 @@ on: jobs: test: - runs-on: ruby-latest - container: - image: ruby:3.4.1-alpine3.20 + runs-on: cth-ubuntu-latest steps: + - uses: actions/checkout@v4 + - uses: https://github.com/ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed - uses: actions/cache@v4 with: path: vendor/bundle