Skip to content

Commit

Permalink
change to run CI test on Ubuntu (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Mar 25, 2024
1 parent 0857be0 commit fc8185a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ on:
jobs:
test:
name: test
strategy:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
services:
mysql:
image: mysql
Expand Down

0 comments on commit fc8185a

Please sign in to comment.