Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Dec 31, 2023
1 parent 5aa2d37 commit c0860df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ jobs:
run: |
docker-compose up -d
- name: debug
run: |
bundle exec ruby -e 'require "aws-sdk-core/xml/parser/engines/rexml"; p Aws::Xml::Parser::RexmlEngine'
- name: Run RSpec tests
run: |
bundle exec rspec
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

0 comments on commit c0860df

Please sign in to comment.