Skip to content

Commit

Permalink
ci: update ci.yml
Browse files Browse the repository at this point in the history
ci: update ci.yml

ci: update ci.yml
  • Loading branch information
tsirysndr committed Aug 22, 2024
1 parent 6ed6e5b commit da4469f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,10 @@ jobs:
- uses: actions/checkout@v2
- name: Setup FluentCI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: postgres
args: |
start
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
POSTGRES_USER: postgres
POSTGRES_DB: demo_rails5_test
- name: check style + security
run: |
fluentci run --wasm devbox setup
devbox init
devbox add ruby@$RUBY_VERSION
fluentci run --wasm ruby bundle_exec rubocop
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.4"
ruby "3.3.4"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.6"
Expand Down

0 comments on commit da4469f

Please sign in to comment.