Skip to content

Commit

Permalink
chore: modified github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
webong committed Mar 1, 2023
1 parent c0afbce commit 2220f1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test-and-ship.yml
Expand Up @@ -64,14 +64,9 @@ jobs:
mysql -e "SELECT version();" ;
mysql -e "SET GLOBAL sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'" ;
# installing our own composer as a stop-gap measure
# installer_sig=`curl https://composer.github.io/installer.sha384sum | cut -f 1 -d ' '`
# php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
# php -r "if (hash_file('sha384', 'composer-setup.php') === '${installer_sig}') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
# php composer-setup.php --install-dir=bin --version=2.3.7
# php -r "unlink('composer-setup.php');"
composer install --no-interaction ;
composer -V ;
composer install -q --no-interaction ;
- name: Check linting
run: |
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2220f1e

Please sign in to comment.