Skip to content

Commit

Permalink
NEXT-36303 - Github workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bird87ZA committed Nov 29, 2024
1 parent 7c0774b commit bda6d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: shopware/github-actions/setup-extension@main
with:
extensionName: SwagExtensionStore
shopwareVersion: trunk
install-admin: true

- name: Jest Unit Tests
Expand All @@ -38,4 +39,4 @@ jobs:
uses: shopware/github-actions/.github/workflows/admin-eslint.yml@main
with:
extensionName: ${{ github.event.repository.name }}
shopwareVersion: next-36303/feature/in-app-purchases
shopwareVersion: trunk
5 changes: 2 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'

jobs:
cs:
if: github.event_name != 'schedule'
Expand All @@ -21,12 +20,12 @@ jobs:
uses: shopware/github-actions/.github/workflows/phpstan.yml@main
with:
extensionName: ${{ github.event.repository.name }}
shopwareVersion: next-36303/feature/in-app-purchases
shopwareVersion: trunk
phpunit:
uses: shopware/github-actions/.github/workflows/phpunit.yml@main
with:
extensionName: ${{ github.event.repository.name }}
shopwareVersion: next-36303/feature/in-app-purchases
shopwareVersion: trunk
uploadCoverage: true
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bda6d8f

Please sign in to comment.