Skip to content

CI_RSS

CI_RSS #1115

Workflow file for this run

name: CI_RSS
on:
schedule:
- cron: "0 2 * * 1-5"
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://barksim/bark:latest
steps:
- uses: actions/checkout@v1
- name: Setting up virtual environment
run: virtualenv -p python3 ./bark/python_wrapper/venv --system-site-packages
- name: Getting into venv
run: . ./bark/python_wrapper/venv/bin/activate
- name: Runing bazel test
run: bazel test //... --define rss=true