Skip to content

Commit

Permalink
chore: updatimg PR commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebon committed Dec 11, 2024
1 parent 4ad434f commit 7c2d002
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -42,18 +45,6 @@ jobs:
- name: Update configuration
run: yarn configure

# - name: Test
# run: |
# set -o pipefail
# yarn test --detectOpenHandles=false 2>&1 | tee ${{ env.UNIT_TEST_REPORT_FILE }}
# echo -e "COMMIT SHA = ${{ github.sha }}" >> ${{env.UNIT_TEST_REPORT_FILE}}
# echo -e "TEST RUN DATE = $(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${{env.UNIT_TEST_REPORT_FILE}}

# - uses: actions/upload-artifact@v4
# with:
# name: 'unit-tests-report'
# path: ${{env.UNIT_TEST_REPORT_FILE}}

- name: Build
run: yarn build:prod

Expand Down

0 comments on commit 7c2d002

Please sign in to comment.