Skip to content

Commit

Permalink
Add workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
morgo committed May 23, 2024
1 parent 4883fda commit 8de17f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/mysql82.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MySQL 8.1 innovation release
name: MySQL 8.4 GA
on:
push:
branches: [ main ]
Expand All @@ -15,7 +15,8 @@ jobs:
uses: actions/checkout@v4

- name: Deploy MySQL
run: scripts/dbdeployer_install_81.sh
run: scripts/manual_install_84.sh
mysql -P 22334 -u root -e "CREATE DATABASE test;"

- name: Test
run: MYSQL_DSN="msandbox:msandbox@tcp(127.0.0.1:8100)/test" go test -race -v ./...
run: MYSQL_DSN="root:@tcp(127.0.0.1:22334)/test" go test -race -v ./...

0 comments on commit 8de17f0

Please sign in to comment.