From e18f80f1094f3d4caca1b3cbd8707f890f38d7e0 Mon Sep 17 00:00:00 2001 From: dm Date: Mon, 18 Nov 2024 15:27:59 +0100 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: William Woodruff Signed-off-by: dm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 006f1e56..c8100a51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: chmod +x /tmp/timestamp-server # Run the TSA in background /tmp/timestamp-server serve --port 3000 --disable-ntp-monitoring & - export SIGSTORE_TIMESTAMP_AUTHORITY_URL="http://localhost:3000/api/v1/timestamp" + export TEST_SIGSTORE_TIMESTAMP_AUTHORITY_URL="http://localhost:3000/api/v1/timestamp" make test TEST_ARGS="-m timestamp_authority" env: SIGSTORE_TIMESTAMP: "v1.2.3"