File tree 1 file changed +0
-31
lines changed
1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 69
69
org.gradle.vfs.watch=false
70
70
EOF
71
71
72
- - name : Format
73
-
74
- with :
75
- command : ./gradlew format --scan --info --stacktrace
76
- attempt_limit : 3
77
- attempt_delay : 5000 # in ms
78
-
79
- - name : Ensure no file change
80
- run : git --no-pager diff && test -z "$(git --no-pager diff)"
81
72
82
73
- name : Build
83
74
@@ -122,28 +113,6 @@ jobs:
122
113
update-comment : true
123
114
debug-mode : false
124
115
125
- - name : Test if Seed spec is updated
126
-
127
- with :
128
- command : ./gradlew format && git --no-pager diff && test -z "$(git --no-pager diff)"
129
- attempt_limit : 3
130
- attempt_delay : 5000 # in ms
131
-
132
- # todo (cgardens) - scope by platform.
133
- - name : Check documentation
134
- if : success() && github.ref == 'refs/heads/main'
135
- run : ./tools/site/link_checker.sh check_docs
136
-
137
- # This is only required on the usual github runner. The usual runner does not contain enough disk space for our use.
138
- # - name: Get Docker Space
139
- # run: docker run --rm busybox df -h
140
-
141
- - name : Run End-to-End Acceptance Tests
142
-
143
- with :
144
- command : ./tools/bin/acceptance_test.sh
145
- attempt_limit : 3
146
- attempt_delay : 5000 # in ms
147
116
148
117
- uses : actions/setup-python@v4
149
118
if : always()
You can’t perform that action at this time.
0 commit comments