Skip to content

Commit

Permalink
Add ostruct to gems and bundle update to beginning of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Sep 18, 2024
1 parent b65a5d5 commit e1a5a62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
# test image
- name: test single-arch image (x86_64)
run: |
bundle update
docker run --platform linux/x86_64 --rm ${{ steps.vars.outputs.IMAGE }}:${{ steps.vars.outputs.TAG }} /bin/sh -c 'true'
docker run --platform linux/x86_64 --rm ${{ steps.vars.outputs.IMAGE }}:${{ steps.vars.outputs.TAG }} ruby -e 'puts RUBY_DESCRIPTION'
docker run --platform linux/x86_64 --rm ${{ steps.vars.outputs.IMAGE }}:${{ steps.vars.outputs.TAG }} gem --version
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ end
group :dev do
gem "pry"
end

gem "ostruct", "~> 0.6.0"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ GEM
msgpack (1.7.2)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -151,6 +152,7 @@ PLATFORMS

DEPENDENCIES
catadog!
ostruct (~> 0.6.0)
pry
rake (~> 13.0)
rbs
Expand Down

0 comments on commit e1a5a62

Please sign in to comment.