0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Add content-negotiation test to CircleCI config

This commit is contained in:
G.Ambatte
2024-11-21 18:54:23 +13:00
committed by GitHub
parent bd413cfc55
commit 108d368d45

View File

@@ -82,6 +82,9 @@ jobs:
- run:
name: Test - Coverage
command: npm run test:coverage
- run:
name: Test - Content Negotiation
command: npm run test:content-negotiation
workflows:
build_and_test: