Skip to content

fix: add lock to flow control #902

fix: add lock to flow control

fix: add lock to flow control #902

Workflow file for this run

name: "Run systests on emulator"
on:
pull_request:
branches:
- main
jobs:
run-systests:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Setup GCloud SDK
uses: google-github-actions/setup-gcloud@v1.1.1
- name: Install / run Nox
run: |
python -m pip install --upgrade setuptools pip
python -m pip install nox
nox -s system_emulated