Remove extra spaces

This commit is contained in:
Rodel 2022-05-24 13:31:59 +08:00
parent cb1910ab18
commit a84d96afc7
1 changed files with 12 additions and 12 deletions

View File

@ -1,14 +1,14 @@
name: Run tests against PR
on:
pull_request:
workflow_dispatch:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
E2E_PLAYWRIGHT: ${{ true }}
E2E_PLAYWRIGHT: ${{ true }}
jobs:
e2e-tests-run:
@ -18,13 +18,13 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/cache-deps
with:
workflow_name: pr-build-and-e2e-tests
workflow_cache: ${{ secrets.WORKFLOW_CACHE }}
workflow_name: pr-build-and-e2e-tests
workflow_cache: ${{ secrets.WORKFLOW_CACHE }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '7.4'
- name: Install and Build
uses: ./.github/actions/install-build
@ -97,8 +97,8 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/cache-deps
with:
workflow_name: pr-build-and-e2e-tests
workflow_cache: ${{ secrets.WORKFLOW_CACHE }}
workflow_name: pr-build-and-e2e-tests
workflow_cache: ${{ secrets.WORKFLOW_CACHE }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
@ -137,8 +137,8 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/cache-deps
with:
workflow_name: pr-build-and-e2e-tests
workflow_cache: ${{ secrets.WORKFLOW_CACHE }}
workflow_name: pr-build-and-e2e-tests
workflow_cache: ${{ secrets.WORKFLOW_CACHE }}
- name: Setup PHP
uses: shivammathur/setup-php@v2