Skip to content

Commit

Permalink
OXDEV-8213 Updated GitHub actions testplan to 7.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Jul 24, 2024
1 parent 094c18b commit 5f0d9ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
;;
esac
# shellcheck disable=SC2088
TESTPLAN="~/defaults/7.1.x.yaml,${LIMIT}~/graphql-configuration-access_light.yaml"
TESTPLAN="~/defaults/7.2.x.yaml,${LIMIT}~/graphql-configuration-access_light.yaml"
echo "testplan=${TESTPLAN}" | tee -a "${GITHUB_OUTPUT}"
dispatch_stable:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Auto trigger on push or pull requests

on:
pull_request: {}
push:
branches:
- "b-7.1.x*"
push: {}

jobs:
configuration_module_php82_mysql80:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4
with:
testplan: '~/defaults/7.1.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/graphql-configuration-access_light.yaml'
testplan: '~/defaults/7.2.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/graphql-configuration-access_light.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand All @@ -35,5 +33,5 @@ jobs:
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: configuration_access_workflow.yaml
ref: "b-7.1.x"
ref: "b-7.2.x"
client_payload: "{\"limit\": \"PHP8.2/MySQL8.0\", \"edition\": \"ee\", \"ref\": \"${{ github.ref_name }}\"}"

0 comments on commit 5f0d9ac

Please sign in to comment.