File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed
ui-tests/tests/ipympl.test.ts-snapshots Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,19 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
+ - name : React to the triggering comment
23
+ run : |
24
+ gh api repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions --raw-field 'content=+1'
25
+ env :
26
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
+
22
28
- name : Checkout
23
29
uses : actions/checkout@v4
24
30
with :
25
31
token : ${{ secrets.GITHUB_TOKEN }}
26
32
27
- - name : Configure git to use https
28
- run : git config --global hub.protocol https
29
-
30
33
- name : Checkout the branch from the PR that triggered the job
31
- run : hub pr checkout ${{ github.event.issue.number }}
34
+ run : gh pr checkout ${{ github.event.issue.number }}
32
35
env :
33
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
37
37
40
with :
38
41
environment-file : dev-environment.yml
39
42
create-args : >-
40
- python=3.9
43
+ python=3.11
44
+
41
45
- name : Install ipympl
42
46
run : pip install .
43
47
47
51
jlpm playwright install chromium
48
52
working-directory : ui-tests
49
53
50
- - name : Launch JupyterLab
51
- run : jlpm start:detached
52
- working-directory : ui-tests
53
-
54
- - name : Wait for JupyterLab
55
- uses : ifaxity/wait-on-action@v1
56
- with :
57
- resource : http-get://localhost:8888/api
58
- timeout : 20000
59
-
60
54
- name : Generate updated Galata References
61
55
run : jlpm test:update
62
56
working-directory : ui-tests
You can’t perform that action at this time.
0 commit comments