diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 71% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml index e07fe26..bc2a226 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Test +name: Tests on: push: @@ -8,7 +8,7 @@ on: jobs: test: - name: Test on Node.js ${{ matrix.node_version }} and ${{ matrix.os }} + name: Test on Node.js ${{ matrix.node-version }} and ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: @@ -20,10 +20,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node_version }} + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node_version }} + node-version: ${{ matrix.node-version }} - name: Install dependencies and test run: | diff --git a/README.md b/README.md index ddccf19..8f9cef7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dominickolbe/whats-the-weather/Test?label=test) +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dominickolbe/whats-the-weather/Tests?label=tests) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dominickolbe/whats-the-weather/Release?label=release) ![GitHub package.json version](https://img.shields.io/github/package-json/v/dominickolbe/whats-the-weather) ![npm](https://img.shields.io/npm/v/@domnc/whats-the-weather)