Skip to content

Commit

Permalink
No Title Case in e2e.yml's name elements values.
Browse files Browse the repository at this point in the history
  • Loading branch information
mks-d authored Oct 19, 2023
1 parent 0fc4951 commit feb8b8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 45
runs-on: ubuntu-latest
steps:
- name: Checkout repo
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup node
Expand All @@ -33,13 +33,13 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Install Playwright Browsers
- name: Install Playwright browsers
run: npx playwright install chromium --with-deps

- name: Run E2E tests
run: npm run e2eTests

- name: Upload Report
- name: Upload report
uses: actions/upload-artifact@v3
if: always()
with:
Expand All @@ -52,7 +52,7 @@ jobs:
timeout-minutes: 45
runs-on: ubuntu-latest
steps:
- name: Checkout repo
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup node
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Install Playwright Browsers
- name: Install Playwright browsers
run: npx playwright install chromium --with-deps

- name: Run E2E tests
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

- name: Upload Report
- name: Upload report
uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit feb8b8e

Please sign in to comment.