Skip to content

Commit

Permalink
What if i do this
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 4, 2023
1 parent fe9d558 commit 7d38418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: scripts/setup_ci.sh
- run: bundle exec rspec
- run: scripts/ci.sh
spellr:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions scripts/setup_ci.sh → scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
ln -s $PWD ~/.dotfiles
~/.dotfiles/scripts/install.sh
git config --global commit.gpgsign false
bash -lc 'bundle exec rspec'

0 comments on commit 7d38418

Please sign in to comment.