Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lightest committed Aug 29, 2023
1 parent fc14ca2 commit 3575cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3575cfd

Please sign in to comment.