Skip to content

Commit

Permalink
add new test version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamas-bognar committed Jan 22, 2024
1 parent 279102a commit bb5e7ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ jobs:
permissions:
contents: "read"
steps:
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Checkout code
shell: bash
run: |
sudo apt-get update
sudo apt-get install git -y
git clone https://github.com/emartech/magento2-extension.git
git clone --branch ${{ steps.extract_branch.outputs.branch }} https://github.com/emartech/magento2-extension.git
- name: Login to GitLab
uses: docker/login-action@v3
with:
Expand All @@ -30,6 +34,8 @@ jobs:
- name: Run codesniffer
shell: bash
run: |
cd magento2-extension
git status
ls -la
env:
VERSION: 2.4.0ce
Expand Down

0 comments on commit bb5e7ed

Please sign in to comment.