Skip to content

Commit

Permalink
DEBUG: changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkilgour committed Sep 21, 2023
1 parent 315bcf6 commit 49e17c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
# run: |
# echo "::set-output name=all::$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | xargs)"
- name: Run build (test, validate)
run: echo "${{ env }}"
# run: echo "${{ env }}"
run: env
# run: 'npm ci'
# run: 'npm run bootstrap && npm run build:ci'
publish:
Expand Down

0 comments on commit 49e17c7

Please sign in to comment.