mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 10:40:54 +00:00
Update main.yml
This commit is contained in:
parent
1cd6c336ff
commit
c0ae77d55c
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -17,13 +17,9 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
|
||||||
BRANCH_NAME: "${GITHUB_REF#refs/heads/}"
|
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
echo "testing GITHUB_REF itself: $GITHUB_REF"
|
|
||||||
echo "testing GITHUB_REF with details availability: ${GITHUB_REF#refs/heads/}"
|
echo "testing GITHUB_REF with details availability: ${GITHUB_REF#refs/heads/}"
|
||||||
echo "testing BRANCH_NAME variable: $BRANCH_NAME"
|
npm run build:js -version=${GITHUB_REF#refs/heads/} && npm run build:css
|
||||||
npm run build:js && npm run build:css
|
|
||||||
echo "executing ls out on the directory:"
|
echo "executing ls out on the directory:"
|
||||||
ls out
|
ls out
|
||||||
|
Loading…
Reference in New Issue
Block a user