Skip to content

Commit

Permalink
Use public reusable workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertroth committed May 22, 2024
1 parent 11c0057 commit 7844acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ env:

jobs:
codeception-tests:
uses: pimcore/workflows-collection-public/.github/workflows/reusable-codeception-tests-8-2-only.yaml@main
uses: pimcore/workflows-collection-public/.github/workflows/reusable-codeception-tests-8-2-only-public.yaml@main
with:
APP_ENV: test
PIMCORE_TEST: 1
secrets:
COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN: ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}
SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER: ${{ secrets.SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER }}
PIMCORE_TEST: 1
5 changes: 1 addition & 4 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ on:

jobs:
static-analysis:
uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-8-2-only.yaml@main
secrets:
COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN: ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}
SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER: ${{ secrets.SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER }}
uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-8-2-only-public.yaml@main

0 comments on commit 7844acc

Please sign in to comment.