Skip to content

Commit

Permalink
Fix some package-specific configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Jul 11, 2023
1 parent ce5cfb8 commit 12442a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
cache: 'yarn'
- run: yarn --immutable --immutable-cache
- run: yarn build:types
# This step is dependent on the TypeScript build output, so it's run
# here, rather than in the test job.
- run: yarn test:types
- name: Require clean working directory
shell: bash
run: |
Expand Down Expand Up @@ -114,7 +117,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --immutable --immutable-cache
- run: yarn test
- run: yarn test:source
- name: Require clean working directory
shell: bash
run: |
Expand Down

0 comments on commit 12442a4

Please sign in to comment.