File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments