Skip to content

Commit

Permalink
Merge pull request #114 from ByteInternet/ci_specify_test_checkout
Browse files Browse the repository at this point in the history
ci: Checkout pull request ref instead
  • Loading branch information
tdgroot authored Jul 4, 2024
2 parents 1e7f8eb + 32ef185 commit 4aaae03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout hypernode-deploy
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run general testsuite
if: ${{ matrix.testsuite == 'general' }}
run: MAGENTO_REPO=./magento2 ./runtests.sh general
Expand Down

0 comments on commit 4aaae03

Please sign in to comment.