Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Nov 30, 2023
1 parent d238cf1 commit b8a9388
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ permissions: read-all
env:
INSTANCE: docs/laravel-lang
ARTIFACT: webHelpLARAVEL-LANG2-all.zip
BUILDER_VERSION: 232.10275

jobs:
build:
name: Build Application
runs-on: ubuntu-latest

steps:
Expand All @@ -21,7 +23,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv, simplexml
coverage: xdebug

- name: Configure git
Expand Down Expand Up @@ -50,6 +52,7 @@ jobs:
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.BUILDER_VERSION }}

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand All @@ -60,7 +63,7 @@ jobs:
artifacts/report.json
retention-days: 7

- name: Upload algolia-indexes
- name: Upload search indexes
uses: actions/upload-artifact@v3
with:
name: algolia-indexes
Expand All @@ -69,10 +72,11 @@ jobs:

test:
needs: build
name: Testing
runs-on: ubuntu-latest

steps:
- name: Download artifacts
- name: Download docs artifact
uses: actions/download-artifact@v3
with:
name: docs
Expand Down

0 comments on commit b8a9388

Please sign in to comment.