Skip to content

Commit 4e91610

Browse files
committed
chore(ci): github actions update take.2
1 parent c0ecd4c commit 4e91610

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ jobs:
3737
- name: "Prepare test"
3838
env:
3939
RAILS_ENV: test
40+
OTEL_LOG_LEVEL: error
4041
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
4142
run: >-
4243
bun install
4344
&& bun run build
4445
&& bun run build:css
45-
&& bin/rake parallel:create
46-
&& bin/rake parallel:migrate
4746
&& bin/rake parallel:prepare
4847
- name: "Run tests"
4948
env:

0 commit comments

Comments
 (0)