We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8cef7 commit 0c14bdfCopy full SHA for 0c14bdf
.github/workflows/xtensa.yml
@@ -32,6 +32,8 @@ jobs:
32
name: Fusion F1 Unit Tests (presubmit)
33
steps:
34
- uses: actions/checkout@v2
35
+ with:
36
+ ref: ${{ github.event.pull_request.head.sha }}
37
- run: |
38
echo ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }} | docker login ghcr.io -u tflm-bot --password-stdin
39
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 commit comments