mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Run liquid-spec for all adapters in spec/*.rb
This commit is contained in:
@@ -54,7 +54,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
bundler: latest
|
bundler: latest
|
||||||
- run: bundle exec liquid-spec run spec/ruby_liquid.rb --no-max-failures
|
- name: Run liquid-spec for all adapters
|
||||||
|
run: |
|
||||||
|
for adapter in spec/*.rb; do
|
||||||
|
echo "=== Running $adapter ==="
|
||||||
|
bundle exec liquid-spec run "$adapter" --no-max-failures
|
||||||
|
done
|
||||||
|
|
||||||
memory_profile:
|
memory_profile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user