Skip to content

Commit fa5fa4a

Browse files
committed
builds probably working
1 parent baacbba commit fa5fa4a

File tree

2 files changed

+12
-51
lines changed

2 files changed

+12
-51
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: yarn install --frozen-lockfile
28-
29-
- name: Run lib unit tests
30-
run: yarn test:lib:unit
3128

3229
- name: Gotta build the lib first for downstream stuff
3330
run: yarn build:lib
@@ -36,9 +33,15 @@ jobs:
3633
env:
3734
# This ensures testcontainers can find Docker
3835
TESTCONTAINERS_HOST_OVERRIDE: "localhost"
39-
40-
- name: TypeCheck
41-
run: yarn typecheck
42-
43-
- name: Build package
44-
run: yarn build
36+
37+
- name: Build
38+
run: yarn build
39+
40+
# - name: Lint
41+
# run: yarn lint
42+
43+
- name: Format check
44+
run: yarn format:check
45+
46+
- name: Typecheck
47+
run: yarn typecheck

0 commit comments

Comments
 (0)