Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 12, 2024
1 parent 8b7c492 commit 522c51c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
- name: Cache Nx
uses: actions/cache@v4
with:
path: node_modules/.cache/nx
key: cache-nx-${{ hashFiles('yarn.lock') }}-${{ github.sha }}
path: |
.moon/cache/hashes
.moon/cache/outputs
key: cache-moon-${{ github.sha }}
restore-keys: |
cache-nx-${{ hashFiles('yarn.lock') }}-
cache-moon-
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
- run: yarn install --inline-builds
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn build
- uses: moonrepo/setup-toolchain@v0
- run: moon ci karbon:build
- run: yarn test
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ nodeLinker: node-modules

npmScopes:
storipress:
npmRegistryServer: "https://registry.yarnpkg.com"
npmRegistryServer: 'https://registry.yarnpkg.com'

yarnPath: .yarn/releases/yarn-4.1.1.cjs

0 comments on commit 522c51c

Please sign in to comment.