Skip to content

Commit c31d1d2

Browse files
committed
Revert
1 parent 509d973 commit c31d1d2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ jobs:
103103
with:
104104
workspaces: .
105105
shared-key: "bulletin-cache-bulletin-integration-tests"
106-
# TODO: tmp
107-
save-if: true
106+
save-if: ${{ github.ref == 'refs/heads/main' }}
108107

109108
- name: Setup Node.js
110109
uses: actions/setup-node@v4
@@ -153,10 +152,6 @@ jobs:
153152
working-directory: examples
154153
run: just run-test-authorize-and-store "${{ env.TEST_DIR }}" "bulletin-westend-runtime" "ws"
155154

156-
- name: Test store-big-data (Westend parachain)
157-
working-directory: examples
158-
run: just run-test-store-big-data "${{ env.TEST_DIR }}"
159-
160155
- name: Test authorize-and-store smoldot (Westend parachain)
161156
working-directory: examples
162157
run: just run-test-authorize-and-store "${{ env.TEST_DIR }}" "bulletin-westend-runtime" "smoldot"

0 commit comments

Comments
 (0)