Skip to content

Commit

Permalink
Alpine test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Dec 10, 2023
1 parent 81428a8 commit dd50ac1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: alpine
on:
push:
# branches: [ master, main ]
branches: [ maxirmx-issue-105 ]
paths-ignore:
- 'docs/**'
- '**.adoc'
Expand All @@ -15,8 +16,6 @@ on:
jobs:
pack-ruby:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -26,7 +25,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'

- name: Bundle
run: bundle install --jobs 4 --retry 3
Expand All @@ -42,8 +41,6 @@ jobs:

pack-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit dd50ac1

Please sign in to comment.