Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltelford committed Mar 27, 2024
1 parent dd103f2 commit f6b2447
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/wgit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@ name: wgit
on: [push]
jobs:
wgit-ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
services:
mongodb:
image: michaeltelford/mongo-wgit
ports:
- 27017:27017
steps:
- name: bundle
run: bundle install
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
# ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: ci
run: bundle exec toys ci
- name: docs
Expand Down

0 comments on commit f6b2447

Please sign in to comment.