Skip to content

Commit

Permalink
chore: move files from base directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Aug 12, 2024
1 parent f119d93 commit 37ee494
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
id: register-project
if: ${{success()}}
run: |
chmod +x ./register_report.sh
./register_report.sh
chmod +x ./tests/scripts/register_report.sh
./tests/scripts/register_report.sh
- if: steps.register-project.outputs.project_exists != 'true'
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand All @@ -85,8 +85,8 @@ jobs:
- name: Generate report details
id: report-details
run: |
chmod +x ./generate_report_details.sh
./generate_report_details.sh
chmod +x ./tests/scripts/generate_report_details.sh
./tests/scripts/generate_report_details.sh
- name: Build report
uses: simple-elf/allure-report-action@master
Expand All @@ -102,8 +102,8 @@ jobs:

- name: Generate Latest Report
run: |
chmod +x ./generate_latest_report_redirect.sh
./generate_latest_report_redirect.sh ${{steps.report-details.outputs.report_number}}
chmod +x ./tests/scripts/generate_latest_report_redirect.sh
./tests/scripts/generate_latest_report_redirect.sh ${{steps.report-details.outputs.report_number}}
- name: Deploy report to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_integration_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
id: register-project
if: ${{success()}}
run: |
chmod +x ./register_report.sh
./register_report.sh
chmod +x ./tests/scripts/register_report.sh
./tests/scripts/register_report.sh
- if: steps.register-project.outputs.project_exists != 'true'
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand All @@ -119,8 +119,8 @@ jobs:
- name: Generate report details
id: report-details
run: |
chmod +x ./generate_report_details.sh
./generate_report_details.sh
chmod +x ./tests/scripts/generate_report_details.sh
./tests/scripts/generate_report_details.sh
- name: Build report
uses: simple-elf/allure-report-action@master
Expand All @@ -137,8 +137,8 @@ jobs:

- name: Generate Latest Report
run: |
chmod +x ./generate_latest_report_redirect.sh
./generate_latest_report_redirect.sh ${{steps.report-details.outputs.report_number}}
chmod +x ./tests/scripts/generate_latest_report_redirect.sh
./tests/scripts/generate_latest_report_redirect.sh ${{steps.report-details.outputs.report_number}}
- name: Deploy report to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 37ee494

Please sign in to comment.