Skip to content

Commit db10ba7

Browse files
committed
Add CI workflow for JS test
1 parent 843f9bd commit db10ba7

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
@@ -49,3 +49,15 @@ jobs:
4949
popd
5050
fi
5151
done
52+
53+
javascript-tests:
54+
name: JavaScript Tests
55+
runs-on: ubuntu-latest
56+
steps:
57+
- uses: actions/checkout@master
58+
- uses: actions/setup-node@v3
59+
with:
60+
node-version: 24
61+
- name: Run tests
62+
run: |
63+
node --test terragrunt/modules/release-distribution/lambdas/doc-router/test.mjs

0 commit comments

Comments
 (0)