Skip to content

Commit 9a39258

Browse files
committed
chore: removing coverage
1 parent a93fc96 commit 9a39258

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/main.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
build:
1111
uses: ./.github/workflows/build.yaml
1212

13-
check:
14-
needs: build
15-
uses: ./.github/workflows/check.yaml
13+
# check:
14+
# needs: build
15+
# uses: ./.github/workflows/check.yaml
1616

1717
# Skipping for now as demo projects aren't currently running in GHA
1818
# test-demo-projects:
@@ -22,7 +22,8 @@ jobs:
2222

2323
test-integration:
2424
# needs: [build, check, test-demo-projects]
25-
needs: [build, check]
25+
# needs: [build, check]
26+
needs: [build]
2627
uses: ./.github/workflows/test-integration.yaml
2728
secrets: inherit
2829

.github/workflows/test-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: build-cache-${{ github.run_id }}-${{ github.run_attempt }}
3737

3838
- name: Run integration tests
39-
run: npm run test:integration:cover
39+
run: npm run test:integration
4040
env:
4141
CONTENTFUL_INTEGRATION_TEST_CMA_TOKEN: ${{ secrets.CONTENTFUL_INTEGRATION_TEST_CMA_TOKEN }}
4242
CONTENTFUL_ORGANIZATION_ID: ${{ secrets.CONTENTFUL_ORGANIZATION_ID }}

0 commit comments

Comments
 (0)