Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: William Woodruff <[email protected]>
Signed-off-by: dm <[email protected]>
  • Loading branch information
DarkaMaul and woodruffw authored Nov 18, 2024
1 parent b4744dd commit e18f80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e18f80f

Please sign in to comment.