Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit eb44de5

Browse files
committed
fix ci yml
1 parent 1072676 commit eb44de5

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,16 @@ jobs:
3434
cache: 'pnpm'
3535

3636
- name: Install dependencies
37-
run: |
38-
# sudo apt-get update
39-
# sudo apt-get install -y -qq libvips
40-
pnpm install
37+
run: pnpm install
4138

4239
- name: Lint code for consistent style
4340
run: bundle exec standardrb
4441

45-
- name: Build and run dev container task
46-
uses: devcontainers/ci@v0.3
47-
with:
48-
imageName: ghcr.io/ruby-ui/web-devcontainer
49-
cacheFrom: ghcr.io/ruby-ui/web-devcontainer
50-
push: always
51-
runCmd: |
52-
bundle exec standardrb
53-
bin/rails test:prepare
54-
bin/rails db:test:prepare
55-
bin/rails test
42+
- name: Run tests
43+
run: |
44+
bin/rails test:prepare
45+
bin/rails db:test:prepare
46+
bin/rails test
5647
5748
docker-build:
5849
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)