File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -197,22 +197,25 @@ jobs:
197
197
CONNECT_LICENSE : ${{ secrets.RSC_LICENSE }}
198
198
ADMIN_API_KEY : ${{ secrets.ADMIN_API_KEY }}
199
199
steps :
200
- - uses : actions/checkout@v2
200
+ - uses : actions/checkout@v4
201
+ with :
202
+ fetch-depth : 0
201
203
env :
202
204
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
203
205
- uses : extractions/setup-just@v1
204
206
env :
205
207
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
206
208
- name : Build Containers
207
209
run : |
208
- just integration-testing/build
210
+ cd integration-testing
211
+ docker compose build client
212
+ docker compose build cypress
209
213
- name : Start Connect + rsconnect-jupyter
210
214
run : |
211
215
just integration-testing/up
212
-
216
+
213
217
- name : Run Cypress Tests
214
218
run : |
215
- export ADMIN_API_KEY="${{ secrets.ADMIN_API_KEY }}"
216
219
just integration-testing/up-cypress
217
220
218
221
# Videos are captured whether the suite fails or passes
You can’t perform that action at this time.
0 commit comments