From 3cbbe7a1bc7370d961743bd747fed40c4176b71c Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Fri, 22 Nov 2024 22:00:49 +0000 Subject: [PATCH] Use binary name 'pelican' and not 'pelican-server' for all CI tests --- .github/workflows/test-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index d4b9a6711..0109c967e 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -88,7 +88,7 @@ jobs: args: build --single-target --clean --snapshot - name: Copy files (Ubuntu) run: | - cp dist/${{ inputs.binary_name }}_linux_amd64_v1/${{ inputs.binary_name }} ./ + cp dist/${{ inputs.binary_name }}_linux_amd64_v1/${{ inputs.binary_name }} ./pelican - name: Run Integration Tests run: ./github_scripts/citests.sh - name: Run End-to-End Test for Object get/put