[Test] Move regression test scripts from workflow to openfpga_flow

This commit is contained in:
tangxifan 2021-02-16 11:55:47 -07:00
parent 5828e51144
commit 9c19e2b365
7 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ jobs:
chmod +x yosys/yosys-smtbmc
- name: ${{matrix.config.name}}_GCC-8_(Ubuntu 18.04)
shell: bash
run: source openfpga.sh && source .github/workflows/${{matrix.config.name}}.sh
run: source openfpga.sh && source openfpga_flow/regression_test_scripts/${{matrix.config.name}}.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
if: ${{ failure() }}
@ -266,7 +266,7 @@ jobs:
bash .github/workflows/install_dependencies_run.sh
${PYTHON_EXEC} -m pip install -r requirements.txt
rsync -am --exclude='openfpga_flow/**' /opt/openfpga/. .
source openfpga.sh && source .github/workflows/${{matrix.config.name}}.sh
source openfpga.sh && source openfpga_flow/regression_test_scripts/${{matrix.config.name}}.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
if: ${{ failure() }}