Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent ef118b6 commit 5322a9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ jobs:
run: |
folder_name=$(date +%Y%m%d)
echo "Folder name: $folder_name"
mkdir -p $folder_name
cp -R ./test-reports/* $folder_name
echo "::set-output name=folder_name::$folder_name"
- name: test
id: echo-echo-echo
run: |
Expand Down

0 comments on commit 5322a9e

Please sign in to comment.