Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 7 additions & 18 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby

name: Ruby

on:
Expand All @@ -17,25 +10,21 @@ jobs:
test-linux:

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tool is only meant to support macOS.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# (see https://github.com/ruby/setup-ruby#versioning):
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: bundle install
with:
bundler-cache: true
- name: Run tests
run: bundle exec rspec

test-mac:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# (see https://github.com/ruby/setup-ruby#versioning):
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: bundle install
with:
bundler-cache: true
- name: Run tests
run: bundle exec rspec
48 changes: 0 additions & 48 deletions bin/sync_symlinks

This file was deleted.

16 changes: 0 additions & 16 deletions config/symlinks.yaml

This file was deleted.

1 change: 0 additions & 1 deletion lib/battlestation.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
require_relative 'battlestation/cli.rb'
require_relative 'battlestation/symlink.rb'
17 changes: 0 additions & 17 deletions lib/battlestation/symlink.rb

This file was deleted.

16 changes: 0 additions & 16 deletions spec/battlestation/symlink_spec.rb

This file was deleted.