Skip to content

Commit 395acf0

Browse files
committed
Add CI workflow for JS test
1 parent 1938c05 commit 395acf0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,15 @@ jobs:
5656
popd
5757
fi
5858
done
59+
60+
javascript-tests:
61+
name: JavaScript Tests
62+
runs-on: ubuntu-latest
63+
steps:
64+
- uses: actions/checkout@master
65+
- uses: actions/setup-node@v3
66+
with:
67+
node-version: 24
68+
- name: Run tests
69+
run: |
70+
node --test terragrunt/modules/release-distribution/lambdas/doc-router/test.mjs

0 commit comments

Comments
 (0)