ci: unified workflow - single job, DOCKER_HOST, build+push on all events #4
@@ -17,18 +17,20 @@ jobs:
|
||||
name: CI
|
||||
runs-on: node
|
||||
steps:
|
||||
- name: Install Docker and pnpm
|
||||
- name: Install Docker and corepack
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
corepack enable
|
||||
corepack prepare pnpm@latest --activate
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install pnpm via corepack
|
||||
run: corepack install
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
run: pnpm install
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm test -- --run 2>&1 || echo "Tests completed"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
ignore-scripts=false
|
||||
enable-pre-post-scripts=true
|
||||
minimum-release-age=0
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "[email protected]",
|
||||
"dependencies": {
|
||||
"framer-motion": "^11.0.0",
|
||||
"lucide-react": "^1.41.0",
|
||||
|
||||
Generated
+713
-573
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user