mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 22:26:19 +00:00
ci: pnpm
This commit is contained in:
parent
68bea964be
commit
958daf0abd
1 changed files with 11 additions and 8 deletions
19
.github/workflows/container.yml
vendored
19
.github/workflows/container.yml
vendored
|
@ -14,16 +14,19 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: oven-sh/setup-bun@v1
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 8
|
||||||
|
- name: Use Node.js 20
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
|
cache: 'pnpm'
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install
|
||||||
|
|
||||||
- run: bun install
|
- run: pnpm check
|
||||||
working-directory: ./sitio
|
working-directory: ./sitio
|
||||||
- run: bun check
|
|
||||||
working-directory: ./sitio
|
|
||||||
- run: bun install
|
|
||||||
working-directory: ./scraper
|
|
||||||
- run: bun check
|
|
||||||
working-directory: ./scraper
|
|
||||||
|
|
||||||
build-and-push-sitio:
|
build-and-push-sitio:
|
||||||
needs: check
|
needs: check
|
||||||
|
|
Loading…
Reference in a new issue