mirror of
https://github.com/gofiber/storage.git
synced 2026-04-24 00:09:49 +08:00
Fix platform field for all test workflows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user