From 222ee749fda31562148bf155e41edae851bca293 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 28 Feb 2022 11:43:04 -0800 Subject: [PATCH] Updated to always use test code from the develop branch, meaning that the test code will always be up to date. --- .github/workflows/detection-testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index f054a59801..7e2effac12 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -49,6 +49,7 @@ jobs: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}" - name: Checkout Repo + ref: develop uses: actions/checkout@v2 @@ -136,6 +137,7 @@ jobs: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}" - name: Checkout Repo + ref: develop uses: actions/checkout@v2 - name: Download artifacts @@ -199,6 +201,7 @@ jobs: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}" - name: Checkout Repo + ref: develop uses: actions/checkout@v2 - name: Download artifacts