Skip to content

Commit a7703f1

Browse files
committed
Add Ruby
Signed-off-by: Xe Iaso <[email protected]>
1 parent 02747fb commit a7703f1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/language-specific.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,24 @@ jobs:
9494
python hardcode-credentials.py
9595
python object-metadata.py
9696
python object-regions.py
97+
env:
98+
AWS_ACCESS_KEY_ID: ${{ secrets.LANG_AWS_ACCESS_KEY_ID }}
99+
AWS_SECRET_ACCESS_KEY: ${{ secrets.LANG_AWS_SECRET_ACCESS_KEY }}
100+
AWS_REGION: auto
101+
ruby:
102+
name: "Ruby"
103+
runs-on: ubuntu-latest
104+
steps:
105+
- uses: actions/checkout@v4
106+
- uses: ruby/setup-ruby@v1
107+
with:
108+
ruby-version: '3.4'
109+
- run: |
110+
cd examples/ruby
111+
bundle install
112+
- run: |
113+
cd examples/ruby
114+
ruby getting_started.rb
97115
env:
98116
AWS_ACCESS_KEY_ID: ${{ secrets.LANG_AWS_ACCESS_KEY_ID }}
99117
AWS_SECRET_ACCESS_KEY: ${{ secrets.LANG_AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)