Skip to content

Commit 1c14599

Browse files
committed
Renames
1 parent 0329be3 commit 1c14599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_changed_files.yml renamed to .github/workflows/build_test_push_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI/CD Test
1+
name: CI/CD
22

33
on:
44
pull_request:

.github/workflows/test_containers_singularity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install tridesclous
2727
pip install -r requirements_test.txt
2828
29-
- name: Test tridesclous image
29+
- name: Run test singularity containers
3030
run: |
3131
pip install tridesclous
3232
pytest -sv tests/test_singularity_containers.py

0 commit comments

Comments
 (0)