Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuf authored Jan 28, 2022
1 parent 7f18d12 commit 7ad19cd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Config Example when magento v2.4
- uses: actions/checkout@v1 # pulls your repository, M2 src must be in a magento directory
- name: 'this step will execute all the unit tests available'
if: always()
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand All @@ -59,7 +59,7 @@ Config Example when magento v2.4
elasticsearch: 1
- name: 'this step starts static testing the code'
if: always()
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand All @@ -68,7 +68,7 @@ Config Example when magento v2.4
elasticsearch: 1
- name: 'this step will build an magento artifact'
if: always()
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
process: 'unit-test'
- name: 'this step starts static testing the code'
if: always()
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand Down Expand Up @@ -146,7 +146,7 @@ For magento 2.4

```
- name: 'launch magento2 zero downtime deploy'
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
BUCKET_COMMIT: bucket-commit-${{github.sha}}.tar.gz
Expand Down Expand Up @@ -226,7 +226,7 @@ For magento 2.4 and 2.3
```
- name: 'test some specific module code quality'
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand All @@ -245,7 +245,7 @@ For magento 2.4.x
```
- name: 'This step will build an magento artifact'
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand Down Expand Up @@ -279,7 +279,7 @@ For magento 2.4.x
```
- name: 'This step will scan the files for security breach'
if: always()
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand Down Expand Up @@ -309,7 +309,7 @@ For magento 2.4.x
```
- name: 'This step will check all modules for security vulnerabilities'
if: always()
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand Down Expand Up @@ -343,7 +343,7 @@ Example of an output:
For magento 2.4.x
```
- name: 'This step will execute all the unit tests available'
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand Down Expand Up @@ -398,7 +398,7 @@ steps:
submodules: recursive
- name: 'launch magento2 integration test'
if: ${{false}}
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand All @@ -412,7 +412,7 @@ steps:
For magento 2.3 & 2.4
```
- name: 'This step starts static testing the code'
uses: MAD-I-T/magento-actions@v3.6
uses: MAD-I-T/magento-actions@v3.7
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
Expand Down

0 comments on commit 7ad19cd

Please sign in to comment.