Skip to content

Commit

Permalink
feat: Ruby on Rails sample (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 4, 2024
1 parent 07f7442 commit 81e60ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v4

- name: Package
run: tebako press -e bin/rails -o rails.teb -r ror -R ${{ matrix.package_ruby_ver }}
run: tebako press -e bin/rails -o rails.teb -r ror

- name: Create data folder
run: mkdir -p ror-data
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ concurrency:

jobs:
create-sinatra-package:
name: Create Sinatra package
runs-on: ubuntu-latest
steps:
- name: Checkout sample
Expand All @@ -57,7 +58,7 @@ jobs:
sinatra-package
test-sinatra:
name: Run on ${{ matrix.container }}
name: Run Sinatra package on ${{ matrix.container }}
runs-on: ubuntu-latest
needs: [ create-sinatra-package ]
strategy:
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
run: pkill -f sinatra-package

create-rails-package:
name: Create Rails package
runs-on: ubuntu-latest
steps:
- name: Checkout sample
Expand All @@ -125,7 +127,7 @@ jobs:
sinatra-package
test-rails:
name: Run on ${{ matrix.container }}
name: Run rails package on ${{ matrix.container }}
runs-on: ubuntu-latest
needs: [ create-rails-package ]
strategy:
Expand All @@ -141,7 +143,7 @@ jobs:
- name: Download test packages
uses: actions/download-artifact@v4
with:
name: sinatra-package
name: rails-package

- name: Install OpenSSL 1.1
run: |
Expand Down

0 comments on commit 81e60ee

Please sign in to comment.