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 747153f commit dd103f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wgit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Wgit
name: wgit
on: [push]
jobs:
wgit-ci:
Expand All @@ -9,9 +9,9 @@ jobs:
ports:
- 27017:27017
steps:
- uses: actions/checkout@v3
- name: bundle
run: bundle install
- name: ci
run: |
bundle install
bundle exec toys ci
bundle exec toys generate_rubydocs
run: bundle exec toys ci
- name: docs
run: bundle exec toys generate_rubydocs

0 comments on commit dd103f2

Please sign in to comment.