Fix
Some checks failed
Test build / build (push) Failing after 5s

This commit is contained in:
Adam Štrauch 2023-11-26 03:24:22 +01:00
parent 047f922fae
commit 07c9d923bb
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -22,8 +22,8 @@ jobs:
- name: Test build - name: Test build
run: | run: |
echo "${{ secrets.repo_password }}" | podman login -u $USERNAME --password-stdin $REPO echo "${{ secrets.repo_password }}" | podman login -u $USERNAME --password-stdin $REPO
task build # task build
task test # task test