Skip to content

Commit fd8fd73

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
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 }}

0 commit comments

Comments
 (0)