Skip to content

Commit 8bb9dc4

Browse files
committed
Use existing GH action for chrome binary
1 parent f7b7332 commit 8bb9dc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
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
3838
- name: BLAST PATH
3939
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
40+
- uses: browser-actions/setup-chrome@latest
41+
- run: chrome --version
4242
- name: Get CodeClimate
4343
working-directory: /opt
4444
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

Comments
 (0)