Skip to content

Commit bc75b24

Browse files
committed
Testing theory
1 parent c04e552 commit bc75b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Decrypt dataset
5555
working-directory: eval
5656
if: ${{ env.TRANSCRYPT_PASSWORD != '' }}
57-
run: ./bin/transcrypt -p "$TRANSCRYPT_PASSWORD" -y
57+
run: ./bin/transcrypt -p "$TRANSCRYPT_PASSWORD" -y && echo "Decrypted with $TRANSCRYPT_PASSWORD"
5858

5959
- name: Run Unit Tests
6060
working-directory: eval

0 commit comments

Comments
 (0)