Skip to content

Commit 0329be3

Browse files
committed
Start push image step
1 parent a42c007 commit 0329be3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test_changed_files.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ jobs:
7676
fi
7777
pip install -r requirements_test.txt
7878
pytest -sv tests/test_singularity_containers.py::test_${{ matrix.sorter }}
79+
80+
- name: Push image
81+
run: |
82+
echo TO BE DONE
83+
# cd ${{ matrix.sorter }}
84+
# bash push.sh
85+
# cd ..

0 commit comments

Comments
 (0)