Skip to content

Commit

Permalink
133rd Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Jun 2, 2024
1 parent 4e5c8f3 commit 6b51843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: docker compose up --build --detach ci
- run: docker compose exec ci pnpm lint
- run: docker compose exec ci pnpm check
- run: docker compose exec ci pnpm test
- run: docker compose exec --no-TTY ci pnpm lint
- run: docker compose exec --no-TTY ci pnpm check
- run: docker compose exec --no-TTY ci pnpm test
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ services:
ci:
image: ci
build: .
tty: true

0 comments on commit 6b51843

Please sign in to comment.