1
0
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:
Nikita Agafonov 2023-08-29 15:40:08 +01:00 committed by GitHub
parent 60452d149f
commit 98da2ef3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,12 @@ jobs:
npm install
- name: Build
env:
BRANCH_NAME: ${GITHUB_REF#refs/heads/}
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
echo "executing ls out on the directory:"