Skip to content
Snippets Groups Projects
Unverified Commit 37011453 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

Update quicktest-dev-pr.yml

parent d67ed44a
No related branches found
No related tags found
No related merge requests found
......@@ -3,18 +3,17 @@ name: QuicktestPRAgainstDev
on:
pull_request:
branches: [ dev ]
jobs:
test:
name: Run quicktest on PR branch
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: dummy
run: |
ls -tl
ls finn/
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
git clone --branch feature/mark_slow_tests https://github.com/Xilinx/finn.git
cd finn
docker build -t finn_ci -f docker/Dockerfile.finn_ci --build-arg BUILD_PATH=/tmp/finn_ci --build-arg FINN_CI_BRANCH=dev docker/
docker run --name finn_ci --init --hostname finn_ci -e NUM_DEFAULT_WORKERS=4 -e FINN_INST_NAME=finn_ci finn_ci quicktest.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment