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
3575cfd5b5
commit
60452d149f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
cd app
|
||||
echo "testing GITHUB_REF itself: $GITHUB_REF"
|
||||
echo "testing GITHUB_REF with details availability: ${GITHUB_REF#refs/heads/}"
|
||||
echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> "$GITHUB_ENV"
|
||||
echo "testing BRANCH_NAME variable: $BRANCH_NAME"
|
||||
npm run build:js && npm run build:css
|
||||
|
Loading…
Reference in New Issue
Block a user