1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 02:30:53 +00:00

Update main.yml

This commit is contained in:
Nikita Agafonov 2023-08-29 15:27:37 +01:00 committed by GitHub
parent fc14ca2b4d
commit 3575cfd5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,8 @@ jobs:
- name: Build
run: |
cd app
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:"
ls out