From 7f2037ac047d99d06ef4e41d3a57979ccfeedf2e Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Fri, 29 Dec 2023 10:46:37 -0500 Subject: [PATCH] Prepare to rename primary branch --- .github/workflows/ci.yml | 4 ++-- README.md | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1bd36d6..d18197f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI Build on: push: - branches: [ master, 'v*' ] + branches: [ master, main, 'v*' ] pull_request: - branches: [ master ] + branches: [ master, main ] concurrency: group: ci-${{ github.head_ref || github.ref }} diff --git a/README.md b/README.md index bbb6ed2e..5dd4746a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Ember Exam -[![Build Status](https://travis-ci.org/ember-cli/ember-exam.svg?branch=master)](https://travis-ci.org/ember-cli/ember-exam) +[![Build Status](https://github.com/ember-cli/ember-exam/actions/workflows/ci.yml/badge.svg?event=push) [![NPM Version](https://badge.fury.io/js/ember-exam.svg)](https://badge.fury.io/js/ember-exam) [![Ember Observer Score](https://emberobserver.com/badges/ember-exam.svg)](https://emberobserver.com/addons/ember-exam) -[![Code Climate](https://codeclimate.com/github/trentmwillis/ember-exam/badges/gpa.svg)](https://codeclimate.com/github/trentmwillis/ember-exam) -[![Node Test Coverage](https://codeclimate.com/github/trentmwillis/ember-exam/badges/coverage.svg)](https://codeclimate.com/github/trentmwillis/ember-exam/coverage) Ember Exam is an addon to allow you more control over how you run your tests when used in conjunction with [ember-qunit](https://github.com/emberjs/ember-qunit). It provides the ability to randomize, split, parallelize, and load-balance your test suite by adding a more robust CLI command.