mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
working on workflows.
This commit is contained in:
parent
d7abfc267d
commit
6c3fcfa99d
28
.github/workflows/main.yml
vendored
28
.github/workflows/main.yml
vendored
@ -6,20 +6,18 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
path: app
|
path: app
|
||||||
|
|
||||||
- uses: actions/setup-node@master
|
- uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
node-version: 19
|
node-version: 19
|
||||||
|
- name: Install Node dependencies
|
||||||
|
run: |
|
||||||
|
cd app
|
||||||
|
npm install
|
||||||
|
|
||||||
- name: Install Node dependencies
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
npm install
|
npm run build:js
|
||||||
|
ls out
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
cd app
|
|
||||||
npm run build:js
|
|
||||||
ls out
|
|
||||||
|
Loading…
Reference in New Issue
Block a user