Tweaks to self-test action script and bump version info

This commit is contained in:
Mark VanderVoord
2023-02-06 16:24:23 -05:00
parent 0b28344d23
commit 69258f7034
2 changed files with 10 additions and 3 deletions
+9 -2
View File
@@ -22,7 +22,7 @@ jobs:
# Install Multilib
- name: Install Multilib
run: |
sudo apt-get update --assume-yes
sudo apt-get update -qq
sudo apt-get install --assume-yes --quiet gcc-multilib
# Checks out repository under $GITHUB_WORKSPACE
@@ -31,12 +31,19 @@ jobs:
with:
submodules: recursive
# Setup Ruby Testing Tools to do tests on multiple ruby version
- name: Setup Ruby Testing Tools
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
# Install Ruby Testing Tools
- name: Setup Ruby Testing Tools
run: |
sudo gem install bundler
sudo gem install rspec
sudo gem install rubocop -v 0.57.2
sudo gem install bundler
bundle update
bundle install
# Run Tests
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2007-14 Mike Karlesky, Mark VanderVoord, Greg Williams
Copyright (c) 2007-23 Mike Karlesky, Mark VanderVoord, Greg Williams
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal