Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bzvnr committed Apr 22, 2023
1 parent d052f63 commit 7779c7c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# setup and use a GitHub runner to run unit tests
name: Jest Unit Tests

on: [pull_request, push]:
paths-ignore:
- 'dist/**'
- '.editorconfig'
- '.gitignore'
- 'index.html'
- 'LICENSE'
- 'README.md'
on: [pull_request, push]
# :
# paths-ignore:
# - 'dist/**'
# - '.editorconfig'
# - '.gitignore'
# - 'index.html'
# - 'LICENSE'
# - 'README.md'

jobs:
tests:
Expand All @@ -19,7 +20,7 @@ jobs:
node-version: [14.x]

steps:
- name: Checkout repo
- name: Checkout Repository
uses: actions/checkout@v3
- name: 'Use Node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7779c7c

Please sign in to comment.