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 6575c24 commit 2855930
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,7 @@ jobs:
mkdir -p ./tmp/$folder_name
cp -R ./test-reports/* ./tmp/$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 ./tmp/${{ steps.create_folder.outputs.folder_name }}
ls -al
cp -R ./template/l1-test-report-template.html ./tmp/$folder_name/l1-test-report.html
# Deploy report to GitHub Pages
- name: Deploy report to GitHub Pages
Expand Down

0 comments on commit 2855930

Please sign in to comment.