Skip to content

Commit

Permalink
Does CI work with appraisal test
Browse files Browse the repository at this point in the history
  • Loading branch information
sej3506 committed Mar 18, 2024
1 parent 59bc147 commit 23977b6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/appraisal_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Appraisal CI Tests

on:
push:
branches: "main"
pull_request:
branches: "*"

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- run: |
bundle install
bundle exec appraisal install
bundle exec appraisal rake db:create
bundle exec appraisal rake db:migrate
- name: "Run appraisal rspec"
run: bundle exec appraisal rspec

0 comments on commit 23977b6

Please sign in to comment.