Skip to content

Commit

Permalink
Added sample solution for bugs zero in Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse committed Oct 13, 2024
1 parent 362ca80 commit d24b435
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 @@ -21,6 +21,7 @@ on:
- 'kata-solutions/countries-kata/countries-kata-javascript/**'
- 'kata-solutions/countries-kata/countries-kata-typescript/**'
- 'kata-solutions/video-store-kata/video-store-typescript/**'
- 'kata-solutions/bugs-zero-kata/bugs-zero-typescript/**'
- 'tdd-katas/babysteps-timer/babysteps-typescript/**'
- 'tdd-katas/video-store-kata/video-store-javascript/**'
- 'tdd-katas/video-store-kata/video-store-typescript/**'
Expand Down Expand Up @@ -113,6 +114,15 @@ jobs:
npm test
working-directory: kata-solutions/video-store-kata/video-store-typescript
- name: Bugs zero kata typescript with ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: |
npm ci
npm test
working-directory: kata-solutions/bugs-zero-kata/bugs-zero-typescript
- name: Mars rover typescript with ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit d24b435

Please sign in to comment.