This commit is contained in:
parent
9ca2ea638e
commit
114201d561
8 changed files with 80 additions and 26 deletions
|
@ -58,7 +58,7 @@ jobs:
|
|||
mkdir $HOME/.docker
|
||||
echo "{ \"auths\": {} }" > $HOME/.docker/config.json
|
||||
|
||||
- name: Log in to container registry
|
||||
- name: Log in to container registry (with another workaround)
|
||||
uses: actions/podman-login@v1
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY }}
|
||||
|
|
|
@ -27,10 +27,9 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create venv
|
||||
run: uv venv
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
#- name: Install dependencies
|
||||
# run: uv sync
|
||||
|
||||
- name: Run basic test (bootstrap)
|
||||
run: pytest -s tests/basic.py
|
||||
|
||||
|
@ -39,7 +38,7 @@ jobs:
|
|||
mkdir $HOME/.docker
|
||||
echo "{ \"auths\": {} }" > $HOME/.docker/config.json
|
||||
|
||||
- name: Log in to container registry
|
||||
- name: Log in to container registry (with another workaround)
|
||||
uses: actions/podman-login@v1
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue