Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
avelicka committed Sep 1, 2023
1 parent 42d3a0d commit a05d4c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_release_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ on:
jobs:
build-release-pipeline:
runs-on: ubuntu-latest
container: ruby:2.0.0
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.0.0
rubygems: '1.17.3'
bundler-cache: true
# - name: Setup
# run: |
# bundle install
Expand Down

0 comments on commit a05d4c3

Please sign in to comment.