Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jul 18, 2024
1 parent 55c9c10 commit dcfe6da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: yarn install

- name: Compile a deployable application bundle
run: yarn run prod
run: |
yarn run prod
stat icons/build/qwc2-icons.css
crash
- name: Get version tag
id: get_tag
Expand Down

0 comments on commit dcfe6da

Please sign in to comment.