We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d92f7 commit 28ccf5eCopy full SHA for 28ccf5e
.github/workflows/deploy.yml
@@ -20,6 +20,7 @@ jobs:
20
node-version: ${{ matrix.node-version }}
21
- run: npm install
22
- run: npm run build
23
+ - run: npm run test-headless
24
- name: Set AWS credentials
25
uses: aws-actions/configure-aws-credentials@v1
26
with:
0 commit comments