Skip to content

Commit

Permalink
Merge branch 'main' into ECP-9498
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi authored Oct 25, 2024
2 parents 561fd56 + 5ff9a68 commit 1a43cff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/graphql-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Install Magento
run: docker compose -f .github/docker-compose.yml run --rm web make magento
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
fetch-depth: 0

- name: Use PHP ${{ matrix.php-version }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mftf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
ADMIN_URLEXT: admin
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Start services
run: docker compose -f .github/docker-compose.yml -f .github/docker-compose.mftf.yml up -d
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/restapi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Install Magento
run: docker compose -f .github/docker-compose.yml run --rm web make magento
Expand Down

0 comments on commit 1a43cff

Please sign in to comment.