Skip to content

Commit

Permalink
tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
s50600822 committed Oct 26, 2023
1 parent 3e88e13 commit 8c7fc6a
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/interview_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,19 @@ jobs:
- name: Build and test Java
run: |
cd interview_prep/algorithm/java
./mvnw test
./mvnw test
typescipt-tests:
name: Typescript tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Build and test Typescript
run: |
cd interview_prep/algorithm/ts
npm test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8c7fc6a

Please sign in to comment.