Skip to content

Commit

Permalink
CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Jul 23, 2022
1 parent 3dbb077 commit acbcd51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,10 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm ci and test
run: |
npm ci
npm test
env:
CI: true
node-version: 16
- run: npm ci
- run: npm test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vscode-jest-snippets

[![Version](https://vsmarketplacebadge.apphb.com/version/andys8.jest-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=andys8.jest-snippets)
[![Node CI](https://github.com/andys8/vscode-jest-snippets/actions/workflows/test.yaml/badge.svg)](https://github.com/andys8/vscode-jest-snippets/actions/workflows/test.yaml)

[Jest](https://facebook.github.io/jest) snippets extension for [Visual Studio Code](https://code.visualstudio.com/).

Expand Down

0 comments on commit acbcd51

Please sign in to comment.