File tree Expand file tree Collapse file tree 2 files changed +13
-28
lines changed Expand file tree Collapse file tree 2 files changed +13
-28
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010
11- mkdocs-link-check :
12-
13- runs-on : ubuntu-22.04
14- steps :
15- - uses : actions/checkout@v4
16-
17- - name : mkdocs-link-check (soft)
18- uses :
byrnereese/[email protected] 19- continue-on-error : true
20- with :
21- recurse : ' yes'
22- verbose-mode : ' yes'
23-
2411 tasklist :
2512
2613 runs-on : ubuntu-24.04
5239
5340 - run : cat tasks/data_retrieval/tasks_data.json
5441
42+ - run : pwd # FIXME
43+
44+ - run : ls -lh # FIXME
45+
5546 - uses : actions/checkout@v4
5647 with :
5748 repository : fractal-analytics-platform/fractal-web
6556 node-version : 20
6657 cache : npm
6758
68- - run : ls -lh # FIXME
59+ - run : pwd # FIXME
60+
61+ - run : ls -lh # FIXME
6962
7063 - name : Install components dependencies
7164 run : |
7770 cd tasks-list
7871 npm install
7972
73+ - run : pwd # FIXME
74+
75+ - run : ls -lh # FIXME
76+ - run : ls -lh tasks # FIXME
77+ - run : ls -lh tasks/data_retrieval/ # FIXME
78+
8079 - name : Move tasks.json file to tasks-list/src
8180 run : mv tasks/data_retrieval/tasks_data.json tasks-list/src/tasks.json
8281
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments