Skip to content

Commit

Permalink
[FIX] Action Files (#21)
Browse files Browse the repository at this point in the history
* [FIX] Add asset mappers for the static assets (#15)

* update action config
  • Loading branch information
bugloper authored Jul 16, 2024
1 parent 52eac5d commit 985c692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
# Setup ruby if a release was created
- uses: ruby/setup-ruby@v1

with:
# Not needed with a .ruby-version file
ruby-version: 3.2.2
ruby-version: ruby
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
if: ${{ steps.release.outputs.release_created }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 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 Setup
name: Testing

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2"]
ruby-version: ["3.0", "3.1", "3.2", "3.3", "jruby", "truffleruby"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 985c692

Please sign in to comment.