We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6046d6e commit a928212Copy full SHA for a928212
3 files changed
.github/workflows/check.yaml
@@ -36,6 +36,7 @@ jobs:
36
dist
37
build
38
key: build-cache-${{ github.run_id }}-${{ github.run_attempt }}
39
+ fail-on-cache-miss: true
40
41
# Prior ci publishing did not lint or format, commented out to preserve workflow
42
# - name: Run linter
.github/workflows/release.yaml
@@ -63,6 +63,7 @@ jobs:
63
64
65
66
67
- name: Run Release
68
run: |
69
echo "Starting Semantic Release Process"
.github/workflows/test-e2e.yaml
@@ -43,6 +43,7 @@ jobs:
43
44
45
46
47
48
- name: Run e2e tests
49
run: chmod +x build/contentful-cli-* && npm run test:e2e
0 commit comments