Skip to content

Commit 7f74e3a

Browse files
committed
test_change
1 parent aa5fd34 commit 7f74e3a

6 files changed

Lines changed: 14 additions & 16 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

.local/share/rstudio/monitored/lists/file_mru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
~/.github/workflows/docker-ci.yml
12
~/DESCRIPTION
23
~/tests/testthat/test-run_pipeline.R
34
~/tests/testthat/setup.R
@@ -12,4 +13,3 @@
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

.local/share/rstudio/pcs/files-pane.pper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"ascending": true
1010
}
1111
],
12-
"path": "~/tests/testthat"
12+
"path": "~/.github/workflows"
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_window_id": "",
33
"Source": "Source",
4-
"cursorPosition": "86,14",
5-
"scrollLine": "82"
4+
"cursorPosition": "88,92",
5+
"scrollLine": "80"
66
}

.local/share/rstudio/sources/session-9bbe3226/13EC6072

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
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
}

.local/share/rstudio/sources/session-9bbe3226/13EC6072-contents

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)