Skip to content

Commit

Permalink
Try to remove the change section
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb committed Apr 30, 2024
1 parent 56e96ed commit ae0f8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Build all assets
run: make assets

- name: Change MariaDB authentication method
run: mysql -h127.0.0.1 -uroot -ppassword -e "ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('password'); FLUSH PRIVILEGES;"
# - name: Change MariaDB authentication method

Check warning on line 77 in .github/workflows/integration.yml

View workflow job for this annotation

GitHub Actions / YAML Lint (YamlLint Check)

77:1 [comments-indentation] comment not indented like content
# run: mysql -h127.0.0.1 -uroot -ppassword -e "ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('password'); FLUSH PRIVILEGES;"

- name: Run integration-tests
run: composer run-script integration-tests --timeout=0
Expand Down

0 comments on commit ae0f8c6

Please sign in to comment.