Skip to content

Don't try to deserialize XML as JSON #1236

Don't try to deserialize XML as JSON

Don't try to deserialize XML as JSON #1236

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.3"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake
- name: Run tests (with content addressed storage feature flag enabled)
run: SETTINGS__FEATURES__AWFL_METADATA=true SETTINGS__FEATURES__AWFL=true bundle exec rake