@@ -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