Skip to content

Commit

Permalink
lol we need a lot more setup for rails
Browse files Browse the repository at this point in the history
  • Loading branch information
one-m1nd committed Mar 2, 2024
1 parent 77ad620 commit 9abe7db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,16 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 18.16.0
cache: yarn
- name: Install packages
run: yarn install --pure-lockfile
- name: Setup test database
env:
RAILS_ENV: test
run: bin/rails db:setup
- name: Run the default task
run: bin/rails test

0 comments on commit 9abe7db

Please sign in to comment.