Skip to content

Force flush log operations #229

Force flush log operations

Force flush log operations #229

Workflow file for this run

on: push
name: "GitHub Pages Health Check Tests"
jobs:
build:
name: "GitHub Pages Health Check Tests"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
steps:
- uses: actions/checkout@master
- name: script/cibuild-docker
run: script/cibuild-docker
env:
RUBY_VERSION: ${{ matrix.ruby }}