From 9df17f2971e8d1f36757a35b01b06021deb14a81 Mon Sep 17 00:00:00 2001 From: Giles Greenway Date: Thu, 5 Oct 2023 11:07:56 +0100 Subject: [PATCH] Try out BLAST+ 2.141 in the tests workflow... On branch gh-actions-grg modified: .github/workflows/tests.yml --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d25c627f..a1e0ab1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ push: branches: - 1.0.x - - master + - gh-actions-grg pull_request: branches: - 1.0.x @@ -34,9 +34,9 @@ - uses: actions/checkout@v3 - name: Get BLAST working-directory: /opt - run: wget -c "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.14.0/ncbi-blast-2.14.0+-x64-linux.tar.gz" && tar xvf ncbi-blast-*.tar.gz + run: wget -c "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.14.1/ncbi-blast-2.14.1+-x64-linux.tar.gz" && tar xvf ncbi-blast-*.tar.gz - name: BLAST PATH - run: mkdir /opt/bin && echo "/opt/bin:/opt/ncbi-blast-2.14.0+/bin" >> $GITHUB_PATH + run: mkdir /opt/bin && echo "/opt/bin:/opt/ncbi-blast-2.14.1+/bin" >> $GITHUB_PATH - name: Get Chromium run: sudo apt-get update && sudo apt-get install -y chromium-bsu chromium-driver - name: Get CodeClimate