Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Holist committed Feb 4, 2025
1 parent 38e763b commit b425d5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push
jobs:
linters:
name: Linters
runs-on: latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand All @@ -24,7 +24,7 @@ jobs:
run: yarn lint
test_unit:
name: Unit Tests
runs-on: latest
runs-on: ubuntu-latest
services:
postgres:
image: postgres:13.2
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

test_features:
name: Feature Tests
runs-on: latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b425d5b

Please sign in to comment.