Skip to content

Commit fca5627

Browse files
author
Adam Spiers
committed
ci: try to fix "Failed to create bin" warnings
```  WARN  Failed to create bin at /home/runner/work/atproto/atproto/packages/api/node_modules/.bin/lex. ENOENT: no such file or directory, open '/home/runner/work/atproto/atproto/packages/lex-cli/dist/index.js'  WARN  Failed to create bin at /home/runner/work/atproto/atproto/packages/bsky/node_modules/.bin/lex. ENOENT: no such file or directory, open '/home/runner/work/atproto/atproto/packages/lex-cli/dist/index.js'  WARN  Failed to create bin at /home/runner/work/atproto/atproto/packages/lexicon-resolver/node_modules/.bin/lex. ENOENT: no such file or directory, open '/home/runner/work/atproto/atproto/packages/lex-cli/dist/index.js'  WARN  Failed to create bin at /home/runner/work/atproto/atproto/packages/ozone/node_modules/.bin/lex. ENOENT: no such file or directory, open '/home/runner/work/atproto/atproto/packages/lex-cli/dist/index.js'  WARN  Failed to create bin at /home/runner/work/atproto/atproto/packages/pds/node_modules/.bin/lex. ENOENT: no such file or directory, open '/home/runner/work/atproto/atproto/packages/lex-cli/dist/index.js'  WARN  Failed to create bin at /home/runner/work/atproto/atproto/packages/sds/node_modules/.bin/lex. ENOENT: no such file or directory, open '/home/runner/work/atproto/atproto/packages/lex-cli/dist/index.js'  WARN  Failed to create bin at /home/runner/work/atproto/atproto/node_modules/.bin/dev-env. ENOENT: no such file or directory, open '/home/runner/work/atproto/atproto/node_modules/@atproto/dev-env/dist/bin.js' ```
1 parent ca15f5d commit fca5627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
with:
7171
path: ~/.cache
7272
key: ${{ env.CURRENT_MONTH }}-${{ runner.os }}
73-
- run: pnpm i --frozen-lockfile
7473
- uses: actions/download-artifact@v4
7574
with:
7675
name: dist
7776
path: packages
77+
- run: pnpm i --frozen-lockfile
7878
- run: pnpm test:withFlags --maxWorkers=1 --shard=${{ matrix.shard }} --passWithNoTests
7979
verify:
8080
name: Verify
@@ -100,9 +100,9 @@ jobs:
100100
with:
101101
path: ~/.cache
102102
key: ${{ env.CURRENT_MONTH }}-${{ runner.os }}
103-
- run: pnpm i --frozen-lockfile
104103
- uses: actions/download-artifact@v4
105104
with:
106105
name: dist
107106
path: packages
107+
- run: pnpm i --frozen-lockfile
108108
- run: pnpm verify

0 commit comments

Comments
 (0)