Skip to content

Commit

Permalink
Fix tensorflow#182 by explicitly checking out pull_request.head.sha
Browse files Browse the repository at this point in the history
  • Loading branch information
advaitjain committed Jun 16, 2021
1 parent 36c507e commit 2515bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/xtensa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
name: Fusion F1 Unit Tests (presubmit)
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: |
echo ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }} | docker login ghcr.io -u tflm-bot --password-stdin
docker run --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa:latest /opt/tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_fusion_f1.sh

0 comments on commit 2515bf6

Please sign in to comment.