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 dd3304f commit 5e1ed28Copy full SHA for 5e1ed28
3 files changed
.github/workflows/cd.yml
@@ -46,6 +46,14 @@ jobs:
46
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
48
49
+ test-reproducibility:
50
+ name: test-reproducibility
51
+ uses: ./.github/workflows/test-reproducibility.yml
52
+
53
+ pre-commit:
54
+ name: pre-commit
55
+ uses: ./.github/workflows/pre-commit.yml
56
57
# ====================================================
58
# Deployment
59
0 commit comments