Skip to content

Commit 3c2c107

Browse files
authored
ci: Fix publish workflow (Sofie-Automation#1633)
1 parent 75a0e14 commit 3c2c107

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/publish-libs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,16 @@ jobs:
151151
uses: actions/setup-node@v6
152152
with:
153153
node-version-file: ".node-version"
154+
- uses: ./.github/actions/setup-meteor
154155
- name: Prepare Environment
155156
run: |
156157
corepack enable
157158
158-
cd packages
159-
yarn install
159+
yarn config set cacheFolder /home/runner/lint-core-cache
160+
yarn
161+
162+
# setup zodern:types. No linters are setup, so this simply installs the packages
163+
yarn meteor lint
160164
env:
161165
CI: true
162166
- name: Bump version

0 commit comments

Comments
 (0)