File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 66
66
working-directory : tests
67
67
env :
68
68
IMAGE_NAME : ${{ env.IMAGE_BASE_NAME }}:${{ matrix.matlab-release }}
69
- run : |
70
- python -m unittest ${{ env.ALT_PATH }}/test_container.py
71
- python -m unittest ${{ env.ALT_PATH }}/test_entrypoint.py
72
- python -m unittest ${{ env.ALT_PATH }}/test_installed_products.py
69
+ run : python -m unittest -v ${{ env.ALT_PATH }}/*.py
Original file line number Diff line number Diff line change 35
35
- name : Checkout repo
36
36
uses : actions/checkout@v4
37
37
38
+ - name : Login to GitHub Container Registry
39
+ uses : docker/login-action@v3
40
+ with :
41
+ registry : ghcr.io
42
+ username : ${{ github.repository_owner }}
43
+ password : ${{ secrets.GITHUB_TOKEN }}
44
+
38
45
- name : Set up Docker Buildx
39
46
uses : docker/setup-buildx-action@v3
40
47
You can’t perform that action at this time.
0 commit comments