From e522f8d9f1efddc43a15120e52a2f1b426468b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 9 Dec 2024 19:53:04 +0300 Subject: [PATCH] fix(fixtures): update the arguments for custom GitLab API fixture test --- .github/workflows/test-fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-fixtures.yml b/.github/workflows/test-fixtures.yml index 00b09a68f9..2ad7a95257 100644 --- a/.github/workflows/test-fixtures.yml +++ b/.github/workflows/test-fixtures.yml @@ -103,7 +103,7 @@ jobs: - fixtures-name: test-unchanged-tag-date command: --tag v0.2.0 - fixtures-name: test-custom-remote-api-url - command: --latest + command: v1.4.0..v1.4.1 steps: - name: Checkout