From 07c9d923bbb2f58b47270c5c63addbd6978b6bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sun, 26 Nov 2023 03:24:22 +0100 Subject: [PATCH] Fix --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f12092..604e452 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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