Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/test/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ setup() {
# Abats test_tags=bats:focus
@test "full attestation flow" {
export CHAINLOOP_WORKFLOW_NAME="chainloop-labs-tests"
export CHAINLOOP_PROJECT_NAME="tests"
export CHAINLOOP_PROJECT_NAME="chainloop"
cp ./c8l /tmp
cd /tmp
mkdir -p .c8l_cache
Expand Down Expand Up @@ -94,4 +94,4 @@ setup() {
CHAINLOOP_USE_INSECURE_KEY=true
run bash -c "c8l r chainloop_attestation_push"
assert_success
}
}