Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Feb 21, 2025
1 parent 36da3f8 commit 4c45333
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ jobs:
COMMIT_HASH="${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}"
echo "COMMIT_HASH=${COMMIT_HASH:0:7}" >> $GITHUB_ENV
- name: Force Job Failure for Testing
run: |
echo "Simulating a job failure..."
exit 1
- name: Setup workspace credentials in React Native environment files
run: |
# Determine the correct file extension (.js or .ts)
Expand Down

0 comments on commit 4c45333

Please sign in to comment.