Skip to content

Commit 29d0a61

Browse files
staabmclxmstaab
andauthored
github actions: remove pgsql replay job (#347)
* github actions: remove pgsql replay job I don't have pgsql at hand to record pgsql data. record-and-replay itself is tested on mysql already. * Delete .phpunit-phpstan-dba-pdo-pgsql.cache * ignore pgsql record files * Update .gitignore Co-authored-by: Markus Staab <[email protected]>
1 parent b69dfcb commit 29d0a61

File tree

3 files changed

+1
-415
lines changed

3 files changed

+1
-415
lines changed

.github/workflows/tests-postgres.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -67,45 +67,3 @@ jobs:
6767
PGPASSWORD: postgres
6868

6969
- run: composer phpunit
70-
71-
replay:
72-
name: PHPUnit (reflection replay)
73-
runs-on: ubuntu-latest
74-
75-
strategy:
76-
fail-fast: false
77-
matrix:
78-
include:
79-
- php-version: "8.1"
80-
reflector: "pdo-pgsql"
81-
mode: "replay"
82-
dsn: "pgsql"
83-
84-
env:
85-
DBA_REFLECTOR: ${{ matrix.reflector }}
86-
DBA_MODE: ${{ matrix.mode }}
87-
DBA_DSN: ${{ matrix.dsn }}
88-
DBA_USER: postgres
89-
DBA_DATABASE: postgres
90-
DBA_PASSWORD: postgres
91-
92-
steps:
93-
- uses: actions/checkout@v2
94-
with:
95-
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
96-
ref: ${{ github.event.client_payload.pull_request.head.ref }}
97-
98-
- name: Setup PHP
99-
uses: shivammathur/setup-php@v2
100-
with:
101-
php-version: "${{ matrix.php-version }}"
102-
coverage: none
103-
104-
- uses: "ramsey/composer-install@v2"
105-
with:
106-
composer-options: "--prefer-dist --no-progress"
107-
108-
- name: Setup Problem Matchers for PHPUnit
109-
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
110-
111-
- run: composer phpunit

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ composer.lock
55

66
mysqli.php
77
pdo.php
8+
*pgsql.cache
89

910
.env
1011

0 commit comments

Comments
 (0)