Add a unit test

This commit is contained in:
2024-07-06 16:06:53 -05:00
parent 5aeb90a18d
commit 68e91f3afb
4 changed files with 44 additions and 0 deletions

View File

@ -4,7 +4,23 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- run: ruby app_test.rb
release-image:
needs: test
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest