Skip to content

Commit 4da0973

Browse files
Disable SpacetimeDB integration test for now (#145)
1 parent f16185d commit 4da0973

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/test.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -108,31 +108,31 @@ jobs:
108108
exit 1
109109
}
110110
111-
- name: Start SpacetimeDB
112-
run: |
113-
spacetime start &
114-
disown
115-
116-
- name: Publish module to SpacetimeDB
117-
working-directory: SpacetimeDB/modules/quickstart-chat
118-
run: |
119-
spacetime logout && spacetime login --server-issued-login local
120-
spacetime publish -s local quickstart-chat -c -y
121-
122-
- name: Check if SpacetimeDB process is running
123-
run: |
124-
echo "Currently running spacetime processes:"
125-
pgrep -laf spacetime || echo "No spacetime process found."
126-
127-
- name: Publish module to SpacetimeDB
128-
working-directory: SpacetimeDB/modules/quickstart-chat
129-
run: |
130-
spacetime logs quickstart-chat
131-
132-
- name: Run all tests recursively
133-
run: pnpm test
134-
135-
# Run this step always, even if the previous steps fail
136-
- name: Print rows in the user table
137-
if: always()
138-
run: spacetime sql quickstart-chat "SELECT * FROM user"
111+
# - name: Start SpacetimeDB
112+
# run: |
113+
# spacetime start &
114+
# disown
115+
#
116+
# - name: Publish module to SpacetimeDB
117+
# working-directory: SpacetimeDB/modules/quickstart-chat
118+
# run: |
119+
# spacetime logout && spacetime login --server-issued-login local
120+
# spacetime publish -s local quickstart-chat -c -y
121+
#
122+
# - name: Check if SpacetimeDB process is running
123+
# run: |
124+
# echo "Currently running spacetime processes:"
125+
# pgrep -laf spacetime || echo "No spacetime process found."
126+
#
127+
# - name: Publish module to SpacetimeDB
128+
# working-directory: SpacetimeDB/modules/quickstart-chat
129+
# run: |
130+
# spacetime logs quickstart-chat
131+
#
132+
# - name: Run all tests recursively
133+
# run: pnpm test
134+
#
135+
# # Run this step always, even if the previous steps fail
136+
# - name: Print rows in the user table
137+
# if: always()
138+
# run: spacetime sql quickstart-chat "SELECT * FROM user"

0 commit comments

Comments
 (0)