Skip to content

Commit 1421871

Browse files
Update gradle.yml
1 parent 4ce3f51 commit 1421871

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/gradle.yml

-31
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ jobs:
6969
org.gradle.vfs.watch=false
7070
EOF
7171
72-
- name: Format
73-
uses: Wandalen/[email protected]
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)"
8172
8273
- name: Build
8374
uses: Wandalen/[email protected]
@@ -122,28 +113,6 @@ jobs:
122113
update-comment: true
123114
debug-mode: false
124115

125-
- name: Test if Seed spec is updated
126-
uses: Wandalen/[email protected]
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-
uses: Wandalen/[email protected]
143-
with:
144-
command: ./tools/bin/acceptance_test.sh
145-
attempt_limit: 3
146-
attempt_delay: 5000 # in ms
147116

148117
- uses: actions/setup-python@v4
149118
if: always()

0 commit comments

Comments
 (0)