File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,15 +86,14 @@ jobs:
8686 - name : Test image
8787 run : |
8888 docker exec -w /home/rstudio/scdrake_source scdrake_test \
89- r --interactive -L /usr/local/lib/R/site-library -t dev/run_tests.R --no-test-pipeline \
90- --output-dir /home/rstudio/scdrake_test_summary
89+ Rscript dev/run_tests.R --no-test-pipeline --output-dir /home/rstudio/scdrake_test_summary
9190 - name : Copy test results
9291 if : always()
9392 run : |
9493 sudo docker cp scdrake_test:/home/rstudio/scdrake_test_summary /
9594 - name : Upload test results
9695 if : always()
97- uses : actions/upload-artifact@v3
96+ uses : actions/upload-artifact@v4
9897 with :
9998 name : scdrake_test_summary
10099 path : /scdrake_test_summary/
Original file line number Diff line number Diff line change 1+ ~/.github/workflows/docker-ci.yml
12~/DESCRIPTION
23~/tests/testthat/test-run_pipeline.R
34~/tests/testthat/setup.R
1213~/tests/testthat/run_pipeline_config_patches/single_sample_pbmc1k_full_sct/01_input_qc.default.yaml
1314~/tests/testthat/run_pipeline_config_patches/single_sample_pbmc1k_full/02_norm_clustering.default.yaml
1415~/tests/testthat/run_pipeline_config_patches/single_sample_pbmc1k_full/01_input_qc.default.yaml
15- ~/tests/testthat/run_pipeline_config_patches/single_sample_pbmc1k/01_input_qc.default.yaml
Original file line number Diff line number Diff line change 99 "ascending": true
1010 }
1111 ],
12- "path": "~/tests/testthat "
12+ "path": "~/.github/workflows "
1313}
Original file line number Diff line number Diff line change 11{
22 "source_window_id": "",
33 "Source": "Source",
4- "cursorPosition": "86,14 ",
5- "scrollLine": "82 "
4+ "cursorPosition": "88,92 ",
5+ "scrollLine": "80 "
66}
Original file line number Diff line number Diff line change 33 "path": "~/.github/workflows/docker-ci.yml",
44 "project_path": null,
55 "type": "yaml",
6- "hash": "0 ",
6+ "hash": "1319701172 ",
77 "contents": "",
8- "dirty": true ,
8+ "dirty": false ,
99 "created": 1756140831036.0,
1010 "source_on_save": false,
1111 "relative_order": 6,
1212 "properties": {
1313 "source_window_id": "",
1414 "Source": "Source",
15- "cursorPosition": "86,14 ",
16- "scrollLine": "82 "
15+ "cursorPosition": "88,92 ",
16+ "scrollLine": "80 "
1717 },
1818 "folds": "",
19- "lastKnownWriteTime": 1756145161 ,
19+ "lastKnownWriteTime": 1756146013 ,
2020 "encoding": "UTF-8",
2121 "collab_server": "",
2222 "source_window": "",
23- "last_content_update": 1756145718249 ,
23+ "last_content_update": 1756146013608 ,
2424 "read_only": false,
2525 "read_only_alternatives": []
2626}
Original file line number Diff line number Diff line change @@ -86,15 +86,14 @@ jobs:
8686 - name: Test image
8787 run: |
8888 docker exec -w /home/rstudio/scdrake_source scdrake_test \
89- r --interactive -L /usr/local/lib/R/site-library -t dev/run_tests.R --no-test-pipeline \
90- --output-dir /home/rstudio/scdrake_test_summary
89+ Rscript dev/run_tests.R --no-test-pipeline --output-dir /home/rstudio/scdrake_test_summary
9190 - name: Copy test results
9291 if: always()
9392 run: |
9493 sudo docker cp scdrake_test:/home/rstudio/scdrake_test_summary /
9594 - name: Upload test results
9695 if: always()
97- uses: actions/upload-artifact@v3
96+ uses: actions/upload-artifact@v4
9897 with:
9998 name: scdrake_test_summary
10099 path: /scdrake_test_summary/
You can’t perform that action at this time.
0 commit comments