Skip to content

Commit

Permalink
fixup! ci: 타입오류 메시지 상대경로 명시적으로 해소
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Aug 3, 2023
1 parent da8bbec commit f411744
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ name: Test
on:
pull_request:

defaults:
run:
shell: bash

jobs:
test:
name: Test PR
runs-on: ubuntu-latest
environment: development

steps:
- uses: reviewdog/action-setup@v1

- name: Checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -38,7 +44,7 @@ jobs:
- name: install dependencies
run: |
pnpm install --frozen-lockfile
pnpm --filter='@jiphyeonjeon-42/contracts' build | sed -r 's|Error: (src/.*)|Error: contracts/\1|'
pnpm --filter='@jiphyeonjeon-42/contracts'
- name: check types
if: always()
Expand Down

0 comments on commit f411744

Please sign in to comment.