TheAlgorithms-Ruby/.github/workflows/test.yml
vzvu3k6k 16b1f5a09e Temporarily revert "Merge pull request #209 from Panquesito7/scripts_workflow"
This reverts commit 275bed9a78, reversing
changes made to 14149d1eaf.

This action failed for some reason.
https://github.com/TheAlgorithms/Ruby/actions/runs/5337370931/jobs/9673337632

I'll revert this merge commit temporarily until it is fixed.
2023-06-22 03:17:02 +09:00

12 lines
254 B
YAML

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@master
with:
ruby-version: '3.2'
- name: Run tests
run: rake test