Skip to content

Commit 08b923c

Browse files
authored
moving demo workflow to the chainloop project (#37)
Signed-off-by: Daniel Liszka <[email protected]>
1 parent 25c7731 commit 08b923c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ setup() {
6363
# Abats test_tags=bats:focus
6464
@test "full attestation flow" {
6565
export CHAINLOOP_WORKFLOW_NAME="chainloop-labs-tests"
66-
export CHAINLOOP_PROJECT_NAME="tests"
66+
export CHAINLOOP_PROJECT_NAME="chainloop"
6767
cp ./c8l /tmp
6868
cd /tmp
6969
mkdir -p .c8l_cache
@@ -94,4 +94,4 @@ setup() {
9494
CHAINLOOP_USE_INSECURE_KEY=true
9595
run bash -c "c8l r chainloop_attestation_push"
9696
assert_success
97-
}
97+
}

0 commit comments

Comments
 (0)