File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181 git push -u origin $branch_name
8282
8383 # Set status checks to success
84- checks=("code-quality-checks" "python-tests (3.10)" "python-tests (3.11)" "python-tests (3.12)" "integration-tests ")
84+ checks=("code-quality-checks" "python-tests (3.10)" "python-tests (3.11)" "python-tests (3.12)" "Integration Testing ")
8585 commit_sha=$(git rev-parse HEAD)
8686 status_url="https://api.github.com/repos/${{ github.repository }}/statuses/$commit_sha"
8787 for check in "${checks[@]}"; do
@@ -102,7 +102,7 @@ jobs:
102102 name : Stop self-hosted EC2 runner
103103 needs :
104104 - start-runner # required to get output from the start-runner job
105- - run-test # required to wait when the main job is done
105+ - run-test # required to wait when the main job is done
106106 runs-on : ubuntu-latest
107107 if : ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
108108 steps :
You can’t perform that action at this time.
0 commit comments