Skip to content

Commit da4469f

Browse files
committed
ci: update ci.yml
ci: update ci.yml ci: update ci.yml
1 parent 6ed6e5b commit da4469f

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,10 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- name: Setup FluentCI
1212
uses: fluentci-io/setup-fluentci@v5
13-
with:
14-
wasm: true
15-
plugin: postgres
16-
args: |
17-
start
1813
env:
1914
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
POSTGRES_USER: postgres
21-
POSTGRES_DB: demo_rails5_test
2215
- name: check style + security
2316
run: |
24-
fluentci run --wasm devbox setup
25-
devbox init
26-
devbox add ruby@$RUBY_VERSION
2717
fluentci run --wasm ruby bundle_exec rubocop
2818
env:
2919
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.1.4"
4+
ruby "3.3.4"
55

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

0 commit comments

Comments
 (0)