Skip to content

Commit

Permalink
Move the sqlite install step to another base workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 5, 2024
1 parent ac04089 commit d821dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
# this gem depends on sdoc which depends on rdoc which depends on psych
- name: Fix dependency for libyaml-dev
run: sudo apt install libyaml-dev
- name: Install sqlite
run: sudo apt install sqlite3 libsqlite3-dev
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rspec-package-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
with:
path: vendor/bundle
key: v5-package-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}
- name: Install sqlite
run: sudo apt install sqlite3 libsqlite3-dev
- name: Install Ruby Gems for package
run: bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
- name: Run rspec tests
Expand Down

0 comments on commit d821dd7

Please sign in to comment.