Skip to content

Commit 65316e3

Browse files
committed
checking dirs at the final stage
1 parent 6023c8f commit 65316e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/e2e_pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222

2323
- name: Verify Result
2424
run: |
25+
PWD
26+
ls -al
2527
experiments/scripts/diff_hyps.sh experiments/results/servers/dropbear ${PWD}/learner_output 3

experiments/scripts/make_ssh_keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pushd ${base_path}
55

66
mkdir ${base_path}/ssh-keys
77
mkdir ${base_path}/learner_output
8-
ls ${base_path}/learner_output
98
ssh-keygen -t rsa -f ${base_path}/ssh-keys/learner-ssh -N ""
9+
1010
popd

0 commit comments

Comments
 (0)