diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ced5c2443..030988959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: - uses: actions/checkout@v4 - uses: jwalton/gh-find-current-pr@v1 id: findPr + with: + state: all - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' diff --git a/README.md b/README.md index 571023944..9c21e4f87 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Delon Delon is a set of essential modules for [NG-ALAIN](https://ng-alain.com). - [![Build Status](https://dev.azure.com/ng-alain/delon/_apis/build/status/delon-CI?branchName=master)](https://dev.azure.com/ng-alain/delon/_build/latest?definitionId=1&branchName=master) + [![CI](https://github.com/ng-alain/delon/actions/workflows/ci.yml/badge.svg)](https://github.com/ng-alain/delon/actions/workflows/ci.yml) [![Codecov](https://img.shields.io/codecov/c/github/ng-alain/delon.svg?style=flat-square)](https://codecov.io/gh/ng-alain/delon) [![GitHub Release Date](https://img.shields.io/github/release-date/ng-alain/ng-alain.svg?style=flat-square)](https://github.com/ng-alain/ng-alain/releases) [![NPM version](https://img.shields.io/npm/v/ng-alain.svg?style=flat-square)](https://www.npmjs.com/package/ng-alain)