Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve GitHub Actions workflows #1190

Merged
merged 2 commits into from Feb 1, 2021

Conversation

@shogo82148
Copy link
Contributor

@shogo82148 shogo82148 commented Jan 31, 2021

Description

  • add windows to build matrix
  • use newer versions of MySQL and MariaDB

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary
  • Added myself / the copyright holder to the AUTHORS file
- add windows to build matrix
- use newer versions of MySQL and MariaDB
pull_request:
push:
branches:
- "master"

This comment has been minimized.

@methane

methane Jan 31, 2021
Member

Why restrict the branch?

When I pushed a new branch to my fork and I want to run test, I need to edit this file.
It is cumbersome.

This comment has been minimized.

@shogo82148

shogo82148 Jan 31, 2021
Author Contributor

it comes from starter workflows https://github.com/actions/starter-workflows/blob/c59b62dee0eae1f9f368b7011cf05c2fc42cf084/ci/go.yml#L3-L7
but I agree with you, and will remove it.

@shogo82148 shogo82148 requested a review from methane Jan 31, 2021
@methane
methane approved these changes Feb 1, 2021
@methane
Copy link
Member

@methane methane commented Feb 1, 2021

I'm a little surprised by shell: python, and it is python2. But it's nice than bash.

"shogo82148/actions-setup-mysql@v1" looks great!
I will use it in other projects.

@shogo82148
Copy link
Contributor Author

@shogo82148 shogo82148 commented Feb 1, 2021

Thank you!

I'm a little surprised by shell: python, and it is python2.

me, too.
ubuntu-20.04 will be the default soon actions/virtual-environments#1816, and its default python is python 3.
after that, we can use python 3 in shell: python.

@shogo82148 shogo82148 merged commit 4d5208a into go-sql-driver:master Feb 1, 2021
48 checks passed
48 checks passed
list
Details
test (1.15, ubuntu-latest, 8.0)
Details
test (1.15, ubuntu-latest, 5.7)
Details
test (1.15, ubuntu-latest, 5.6)
Details
test (1.15, ubuntu-latest, mariadb-10.5)
Details
test (1.15, ubuntu-latest, mariadb-10.4)
Details
test (1.15, ubuntu-latest, mariadb-10.3)
Details
test (1.15, macos-latest, 8.0)
Details
test (1.15, macos-latest, 5.7)
Details
test (1.15, macos-latest, 5.6)
Details
test (1.15, macos-latest, mariadb-10.5)
Details
test (1.15, macos-latest, mariadb-10.4)
Details
test (1.15, macos-latest, mariadb-10.3)
Details
test (1.15, windows-latest, 8.0)
Details
test (1.15, windows-latest, 5.7)
Details
test (1.15, windows-latest, 5.6)
Details
test (1.15, windows-latest, mariadb-10.5)
Details
test (1.15, windows-latest, mariadb-10.4)
Details
test (1.15, windows-latest, mariadb-10.3)
Details
test (1.14, ubuntu-latest, 8.0)
Details
test (1.13, ubuntu-latest, 8.0)
Details
test (1.12, ubuntu-latest, 8.0)
Details
test (1.11, ubuntu-latest, 8.0)
Details
finish
Details
Coveralls - Linux-Go-1.11-DB-8.0 First build on improve-github-actions at 81.864%
Details
Coveralls - Linux-Go-1.12-DB-8.0 First build on improve-github-actions at 81.864%
Details
Coveralls - Linux-Go-1.13-DB-8.0 First build on improve-github-actions at 81.78%
Details
Coveralls - Linux-Go-1.14-DB-8.0 First build on improve-github-actions at 81.78%
Details
Coveralls - Linux-Go-1.15-DB-5.6 First build on improve-github-actions at 81.751%
Details
Coveralls - Linux-Go-1.15-DB-5.7 First build on improve-github-actions at 81.751%
Details
Coveralls - Linux-Go-1.15-DB-8.0 First build on improve-github-actions at 81.78%
Details
Coveralls - Linux-Go-1.15-DB-mariadb-10.3 First build on improve-github-actions at 81.695%
Details
Coveralls - Linux-Go-1.15-DB-mariadb-10.4 First build on improve-github-actions at 81.751%
Details
Coveralls - Linux-Go-1.15-DB-mariadb-10.5 First build on improve-github-actions at 81.695%
Details
Coveralls - Windows-Go-1.15-DB-5.6 First build on improve-github-actions at 81.451%
Details
Coveralls - Windows-Go-1.15-DB-5.7 First build on improve-github-actions at 81.451%
Details
Coveralls - Windows-Go-1.15-DB-8.0 First build on improve-github-actions at 81.451%
Details
Coveralls - Windows-Go-1.15-DB-mariadb-10.3 First build on improve-github-actions at 81.394%
Details
Coveralls - Windows-Go-1.15-DB-mariadb-10.4 First build on improve-github-actions at 81.394%
Details
Coveralls - Windows-Go-1.15-DB-mariadb-10.5 First build on improve-github-actions at 81.394%
Details
Coveralls - macOS-Go-1.15-DB-5.6 First build on improve-github-actions at 81.695%
Details
Coveralls - macOS-Go-1.15-DB-5.7 First build on improve-github-actions at 81.695%
Details
Coveralls - macOS-Go-1.15-DB-8.0 First build on improve-github-actions at 81.61%
Details
Coveralls - macOS-Go-1.15-DB-mariadb-10.3 First build on improve-github-actions at 81.582%
Details
Coveralls - macOS-Go-1.15-DB-mariadb-10.4 First build on improve-github-actions at 81.582%
Details
Coveralls - macOS-Go-1.15-DB-mariadb-10.5 First build on improve-github-actions at 81.582%
Details
WIP Ready for review
Details
coverage/coveralls First build on improve-github-actions at 82.049%
Details
@shogo82148 shogo82148 deleted the shogo82148:improve-github-actions branch Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants