diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfe3f03..68f9fe5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,9 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' + # Match build-bin/configure_test + rubygems: '3.4.22' + bundler: '2.4.22' bundler-cache: true - name: Test - run: build-bin/configure_test && build-bin/test + run: build-bin/test diff --git a/Gemfile b/Gemfile index 3b43348..b2e06f4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,4 @@ gem 'jekyll', '~>4.3' require 'json' require 'open-uri' -gem "yaml-lint", "~> 0.1.2" gem "terminal-table", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 39180ee..f0784cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,6 @@ GEM unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) webrick (1.8.1) - yaml-lint (0.1.2) PLATFORMS arm64-darwin-23 @@ -71,7 +70,6 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3) terminal-table (~> 3.0) - yaml-lint (~> 0.1.2) BUNDLED WITH 2.4.22 diff --git a/_data/community_tracers_instrumentation.yml b/_data/community_tracers_instrumentation.yml index 928e3b1..ca6c701 100644 --- a/_data/community_tracers_instrumentation.yml +++ b/_data/community_tracers_instrumentation.yml @@ -15,7 +15,7 @@ [Echo](https://echo.labstack.com/) propagation: Http (B3), easy to add others transports: Http - sampling: "Yes" + sampling: "Yes" - language: Java library: >- @@ -159,3 +159,4 @@ transports: "http, log file" sampling: "Yes" notes: A Zipkin integration for Symfony applications + diff --git a/build-bin/test b/build-bin/test index ba8e4da..f84bf75 100755 --- a/build-bin/test +++ b/build-bin/test @@ -5,5 +5,5 @@ set -ue # This script runs the tests of the project. # # See [README.md] for an explanation of this and how CI should use it. -bundle exec yaml-lint -i -q . +yamllint -d relaxed _config.yml docker-compose.yml _data/*.yml bundle exec jekyll build diff --git a/docker-compose.yml b/docker-compose.yml index 396d9b7..6fbc3e4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,4 +6,4 @@ services: ports: - 4000:4000 volumes: - - .:/srv/jekyll \ No newline at end of file + - .:/srv/jekyll