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 f93bd4a commit b5e92d1
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 @@ -71,14 +71,16 @@ jobs:
echo "Folder name: $folder_name"
mkdir -p $folder_name
cp -R ./test-reports $folder_name
cp -R ./test-reports/* $folder_name
echo "::set-output name=folder_name::$folder_name"
- name: test
id: echo-echo-echo
run: |
echo ${{ steps.create_folder.outputs.folder_name }}
cd ${{ steps.create_folder.outputs.folder_name }}
ls -al
# Deploy report to GitHub Pages
- name: Deploy report to GitHub Pages
Expand Down

0 comments on commit b5e92d1

Please sign in to comment.