diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11616f4f0..d8e42b28b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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() }} diff --git a/.github/workflows/basic_reg_test.sh b/openfpga_flow/regression_test_scripts/basic_reg_test.sh similarity index 100% rename from .github/workflows/basic_reg_test.sh rename to openfpga_flow/regression_test_scripts/basic_reg_test.sh diff --git a/.github/workflows/fpga_bitstream_reg_test.sh b/openfpga_flow/regression_test_scripts/fpga_bitstream_reg_test.sh similarity index 100% rename from .github/workflows/fpga_bitstream_reg_test.sh rename to openfpga_flow/regression_test_scripts/fpga_bitstream_reg_test.sh diff --git a/.github/workflows/fpga_sdc_reg_test.sh b/openfpga_flow/regression_test_scripts/fpga_sdc_reg_test.sh similarity index 100% rename from .github/workflows/fpga_sdc_reg_test.sh rename to openfpga_flow/regression_test_scripts/fpga_sdc_reg_test.sh diff --git a/.github/workflows/fpga_spice_reg_test.sh b/openfpga_flow/regression_test_scripts/fpga_spice_reg_test.sh similarity index 100% rename from .github/workflows/fpga_spice_reg_test.sh rename to openfpga_flow/regression_test_scripts/fpga_spice_reg_test.sh diff --git a/.github/workflows/fpga_verilog_reg_test.sh b/openfpga_flow/regression_test_scripts/fpga_verilog_reg_test.sh similarity index 100% rename from .github/workflows/fpga_verilog_reg_test.sh rename to openfpga_flow/regression_test_scripts/fpga_verilog_reg_test.sh diff --git a/.github/workflows/quicklogic_reg_test.sh b/openfpga_flow/regression_test_scripts/quicklogic_reg_test.sh similarity index 100% rename from .github/workflows/quicklogic_reg_test.sh rename to openfpga_flow/regression_test_scripts/quicklogic_reg_test.sh