Skip to content

Commit 6b23dd1

Browse files
committed
[TASK] Point workflows to TYPO3-Documentation/t3docs-ci-deploy
The shared reusable workflows have been merged into the org's own t3docs-ci-deploy repository (PR #56), replacing the temporary netresearch/typo3-docs-ci-workflows location.
1 parent 4ad6188 commit 6b23dd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ permissions: {}
1010

1111
jobs:
1212
tests:
13-
uses: netresearch/typo3-docs-ci-workflows/.github/workflows/php-tests.yml@main
13+
uses: TYPO3-Documentation/t3docs-ci-deploy/.github/workflows/reusable-php-tests.yml@main
1414
with:
1515
php-versions: '["8.2", "8.3", "8.4", "8.5"]'
1616
test-unit-command: "make test-unit ENV=local"
1717
test-integration-command: "make test-integration ENV=local"
1818
php-extensions: "inotify, pcntl"
1919

2020
quality:
21-
uses: netresearch/typo3-docs-ci-workflows/.github/workflows/php-quality.yml@main
21+
uses: TYPO3-Documentation/t3docs-ci-deploy/.github/workflows/reusable-php-quality.yml@main
2222
with:
2323
php-version: "8.2"
2424
cs-fixer-command: "make test-cs-fixer ENV=local"

0 commit comments

Comments
 (0)