Skip to content

Commit

Permalink
Added video store typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse committed Nov 7, 2023
1 parent 31df569 commit 8a0f65e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- 'kata-solutions/countries-kata/countries-kata-javascript/**'
- 'tdd-katas/babysteps-timer/babysteps-typescript/**'
- 'tdd-katas/video-store-kata/video-store-javascript/**'
- 'tdd-katas/video-store-kata/video-store-typescript/**'
pull_request:
branches: [ "master" ]

Expand All @@ -39,6 +40,15 @@ jobs:
npm test
working-directory: tdd-katas/video-store-kata/video-store-javascript
- name: Video store kata Typescript with ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: |
npm ci
npm test
working-directory: tdd-katas/video-store-kata/video-store-typescript
- name: Babysteps timer kata typescript with ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8a0f65e

Please sign in to comment.