Allow more field partials to be disabled #1821
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "π CI" | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
push: | |
branches: [ "main" ] | |
jobs: | |
minitest: | |
name: π§ͺ Starter Repo Tests | |
uses: ./.github/workflows/_starter_repo_tests.yml | |
secrets: inherit | |
super_scaffolding: | |
name: π§ͺ Starter Repo Super Scaffolding Tests | |
uses: ./.github/workflows/_run_super_scaffolding_tests.yml | |
secrets: inherit | |
gem_tests: | |
name: π§ͺ Gem Tests | |
uses: ./.github/workflows/_run_tests.yml | |
secrets: inherit | |
standardrb: | |
name: π¬ Standardrb | |
uses: ./.github/workflows/_standardrb.yml | |
secrets: inherit |