mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 19:36:16 +02:00
ci: yaml moment
This commit is contained in:
parent
2984747d4e
commit
5f584a6bc3
38
.github/workflows/build.yml
vendored
38
.github/workflows/build.yml
vendored
|
|
@ -6,26 +6,26 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 18.x
|
- name: Set Node.js 18.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|
||||||
- name: Get JS deps
|
- name: Get JS deps
|
||||||
uses: borales/actions-yarn@v4
|
uses: borales/actions-yarn@v4
|
||||||
with:
|
with:
|
||||||
cmd: install
|
cmd: install
|
||||||
|
|
||||||
- name: Get Composer deps
|
- name: Get Composer deps
|
||||||
uses: php-actions/composer@v6
|
uses: php-actions/composer@v6
|
||||||
with:
|
with:
|
||||||
command: install
|
command: install
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: '.'
|
path: '.'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user