Skip to content

Commit

Permalink
fix update screenshots script
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Oct 10, 2023
1 parent d0abe64 commit 0051ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6,372 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: git config --global hub.protocol https

- name: Checkout the branch from the PR that triggered the job
run: hub pr checkout ${{ github.event.issue.number }}
run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -41,3 +41,4 @@ jobs:
# Playwright knows how to start JupyterLab server
start_server_script: 'null'
test_folder: ui-tests
npm_client: "jlpm"
Loading

0 comments on commit 0051ecd

Please sign in to comment.