Skip to content

Commit 28ccf5e

Browse files
committed
Added test to CD pipeline
1 parent d0d92f7 commit 28ccf5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install
2222
- run: npm run build
23+
- run: npm run test-headless
2324
- name: Set AWS credentials
2425
uses: aws-actions/configure-aws-credentials@v1
2526
with:

0 commit comments

Comments
 (0)