Fix platform field for all test workflows

This commit is contained in:
Juan Calderon-Perez
2023-03-27 20:03:02 -07:00
parent 2030d6bedc
commit 4fff115484
14 changed files with 38 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,6 @@ on:
name: "Tests MySQL"
jobs:
Tests:
runs-on: ubuntu-latest
services:
mysql:
image: 'mysql:latest'
@@ -36,6 +35,7 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v4