Changed QONNX_TO_FINN_PYTHON verification step name to match build co… #1828
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: QuicktestPRAgainstDev | |
on: | |
pull_request: | |
branches: [ dev ] | |
push: | |
branches: [ dev ] | |
jobs: | |
test: | |
name: Run quicktest on PR branch | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: checkout | |
uses: actions/checkout@v3 | |
- name: DockerRunQuicktest | |
run: | | |
export FINN_ROOT=$(pwd) | |
export FINN_BUILD_DIR=/tmp/finn_gha | |
export FINN_INST_NAME=finn_gha | |
export FINN_SKIP_XRT_DOWNLOAD=1 | |
./run-docker.sh quicktest |