Skip to content

Commit 9198beb

Browse files
committed
minor speed upgrades
1 parent 247b124 commit 9198beb

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/integration-test-aura.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,12 @@ concurrency:
1313
jobs:
1414
tests:
1515
runs-on: ubuntu-latest
16-
strategy:
17-
max-parallel: 1
18-
matrix:
19-
php: ["8.1.31", "8.3.17"]
2016
name: "Running on all provided Aura instances"
2117
steps:
2218
- uses: actions/checkout@v4
2319
- name: Run tests
2420
run: |
25-
echo "PHP_VERSION=${{ matrix.php }}" > .env
21+
echo "PHP_VERSION=8.1.31" > .env
2622
echo "CONNECTION=\"${{ secrets.AURA_PRO }}\"" >> .env
2723
2824
docker compose run --rm --no-deps \

Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,5 @@ RUN apt-get update \
1717

1818
WORKDIR /opt/project
1919

20-
COPY composer.json ./
21-
22-
RUN composer install
23-
24-
COPY phpunit.xml.dist phpunit.coverage.xml.dist psalm.xml .php-cs-fixer.dist.php LICENSE README.md ./
25-
COPY src/ src/
26-
COPY tests/ tests/
27-
COPY .git/ .git/
28-
2920

3021

0 commit comments

Comments
 (0)