Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus authored Dec 5, 2023
1 parent b40c8f3 commit 245e4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
bundler-cache: true
- name: Set version
run: git describe --tags >CURRENT_VERSION
run: echo $GITHUB_HEAD_REF > CURRENT_VERSION
# Add or replace database setup steps here
- name: Set up database schema
run: bin/rails db:schema:load
Expand All @@ -52,7 +52,7 @@ jobs:
with:
bundler-cache: true
- name: Set version
run: git describe --tags >CURRENT_VERSION
run: echo $GITHUB_HEAD_REF > CURRENT_VERSION
# Add or replace any other lints here
- name: Security audit dependencies
run: bin/bundler-audit --update
Expand Down

0 comments on commit 245e4c9

Please sign in to comment.