Skip to content

Commit

Permalink
Merge pull request #568 from rstudio/kg-jupyter-fix
Browse files Browse the repository at this point in the history
build proper docker containers in nightly workflow
  • Loading branch information
kgartland-rstudio authored Mar 28, 2024
2 parents a38baeb + b89e85b commit aeddf60
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,22 +197,25 @@ jobs:
CONNECT_LICENSE: ${{ secrets.RSC_LICENSE }}
ADMIN_API_KEY: ${{ secrets.ADMIN_API_KEY }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build Containers
run: |
just integration-testing/build
cd integration-testing
docker compose build client
docker compose build cypress
- name: Start Connect + rsconnect-jupyter
run: |
just integration-testing/up
- name: Run Cypress Tests
run: |
export ADMIN_API_KEY="${{ secrets.ADMIN_API_KEY }}"
just integration-testing/up-cypress
# Videos are captured whether the suite fails or passes
Expand Down

0 comments on commit aeddf60

Please sign in to comment.