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 b3a04b0 commit 7fafd4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
run: |
cd magento2-extension
ls -la dev/
sh dev/testv2/tools/scripts/run-code-style.sh
env:
VERSION: 2.4.0ce
# TODO need fix eslint outputs
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.env
!dev/jenkins/.env
!dev/test_v2/tools/setup/.env
!dev/testv2/tools/setup/.env
dev/db-data/
dev/test/node_modules
codeship.aes
Expand Down
5 changes: 5 additions & 0 deletions dev/testv2/tools/setup/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MYSQL_HOST=db
MYSQL_DATABASE=magento
MYSQL_ROOT_PASSWORD=myrootpassword
MYSQL_USER=magento
MYSQL_PASSWORD=magento

0 comments on commit 7fafd4f

Please sign in to comment.