Fix
Test build / build (push) Failing after 5s Details

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
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ jobs:
- uses: actions/checkout@v4
- name: Test build
run: |
echo "${{ secrets.repo_password }}" | podman login -u $USERNAME --password-stdin $REPO
task build
task test
echo "${{ secrets.repo_password }}" | podman login -u $USERNAME --password-stdin $REPO
# task build
# task test