Merge pull request #1023 from Xilinx/fix/minor_fixes #1718
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 | |
./run-docker.sh quicktest |