We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b7332 commit 8bb9dc4Copy full SHA for 8bb9dc4
1 file changed
.github/workflows/tests.yml
@@ -37,8 +37,8 @@
37
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
38
- name: BLAST PATH
39
run: mkdir /opt/bin && echo "/opt/bin:/opt/ncbi-blast-2.14.1+/bin" >> $GITHUB_PATH
40
- - name: Get Chromium
41
- run: sudo apt-get update && sudo apt-get install -y chromium-bsu chromium-driver
+ - uses: browser-actions/setup-chrome@latest
+ - run: chrome --version
42
- name: Get CodeClimate
43
working-directory: /opt
44
run: wget -c "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64" -O bin/cc-test-reporter && chmod +x bin/cc-test-reporter
0 commit comments