Skip to content

Commit

Permalink
fix: github action node version and rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Sep 10, 2021
1 parent 03476fe commit 84991c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Tests

on:
push:
Expand All @@ -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:
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 84991c7

Please sign in to comment.