diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02248c65..f4d040c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -107,7 +107,7 @@ jobs: env: BN_SERIAL: ${{ secrets.BN_SERIAL }} runs-on: ubuntu-20.04 - needs: [code_style, rule_linter] + needs: [tests] strategy: fail-fast: false matrix: @@ -147,7 +147,7 @@ jobs: ghidra-tests: name: Ghidra tests for ${{ matrix.python-version }} runs-on: ubuntu-20.04 - needs: [code_style, rule_linter] + needs: [tests] strategy: fail-fast: false matrix: @@ -201,4 +201,4 @@ jobs: cat ../output.log exit_code=$(cat ../output.log | grep exit | awk '{print $NF}') exit $exit_code - + \ No newline at end of file