Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
sarem-h committed Jun 9, 2024
1 parent 7656d50 commit ca7b89c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: Big Eye-catching Banner
run: |
echo "::warning::"
echo "******************************************************************************"
echo "* *"
echo "* 🚀 Running Preview Workflow boiiiiii 🚀 *"
echo "* *"
echo "******************************************************************************"
echo "::end::"
- uses: actions/checkout@v4

- name: Download build artifacts
Expand All @@ -32,7 +42,7 @@ jobs:
- name: Check if AccountMenu.jsx exists
run: |
if [ ! -f ./dist/src/components/AppHeader/AccountMenu.jsx ]; then
echo "AccountMenu.jsx not found!"
echo "::error:: AccountMenu.jsx not found!"
exit 1
fi
Expand Down

0 comments on commit ca7b89c

Please sign in to comment.