Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoppyd committed Mar 21, 2024
1 parent 46cff2d commit 30720f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rspec.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.19.1
node-version: 20.11.1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Create database
run: bin/rails db:setup
- name: yarn
run: yarn install
- name: Build frontend
run: yarn build
- name: Run tests
run: bin/rails test
- name: Run system tests
uses: browser-actions/setup-chrome@v1
run: bin/rails test:system

0 comments on commit 30720f5

Please sign in to comment.