We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42c007 commit 0329be3Copy full SHA for 0329be3
1 file changed
.github/workflows/test_changed_files.yml
@@ -76,3 +76,10 @@ jobs:
76
fi
77
pip install -r requirements_test.txt
78
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