mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Fix the syntax errors.
This commit is contained in:
parent
e8eb4963d5
commit
9dd0ee6cef
1 changed files with 4 additions and 4 deletions
8
.github/workflows/continuous-integration.yml
vendored
8
.github/workflows/continuous-integration.yml
vendored
|
|
@ -4,10 +4,10 @@ on: pull_request
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy: matrix
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby: ["2.5", "2.6", "2.7", "3.0"]
|
ruby: ["2.5", "2.6", "2.7", "3.0"]
|
||||||
db: [sqlite, mysql, postgres]
|
db: [sqlite, mysql, postgres]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- run: bash -x script/cibuild ${{ matrix.ruby }} ${{ matrix.db }}
|
- run: bash -x script/cibuild ${{ matrix.ruby }} ${{ matrix.db }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue