Skip to content

Commit

Permalink
comeo n mack
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Apr 29, 2024
1 parent 1654dc5 commit cbb9712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
MYSQL_ROOT_PASSWORD: root
ports:
- 3306
- 3306s
steps:
- uses: actions/checkout@v3
- name: Restore BYOND cache
Expand All @@ -32,8 +32,8 @@ jobs:
key: ${{ runner.os }}-byond-${{ secrets.CACHE_PURGE_KEY }}
- name: Setup database
run: |
mysql -h localhost -u root -proot -e 'CREATE DATABASE cmdb;'
mysql -h localhost -u root -proot -e 'ALTER USER \'root\' IDENTIFIED WITH mysql_native_password BY \'password\'';
mysql -h 127.0.0.1 -u root -proot -e 'CREATE DATABASE cmdb;'
mysql -h 127.0.0.1 -u root -proot -e 'ALTER USER \'root\' IDENTIFIED WITH mysql_native_password BY \'password\'';
- name: Install rust-g
run: |
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit cbb9712

Please sign in to comment.