Skip to content

Commit

Permalink
updating GH environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe da Veiga Leprevost committed Jun 18, 2020
1 parent 50ec048 commit bbfabbc
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,23 @@ jobs:
run: go mod download

- name: Deploy artifacts
run: unzip -o lib/dat/bindata.go.zip -d lib/dat/
run: unzip -o lib/ext/cdhit/unix/bindata.go.zip -d lib/ext/cdhit/unix/
run: unzip -o lib/ext/cdhit/win/bindata.go.zip -d lib/ext/cdhit/win/
run: unzip -o lib/ext/comet/unix/bindata.go.zip -d lib/ext/comet/unix/
run: unzip -o lib/ext/comet/win/bindata.go.zip -d lib/ext/comet/win/
run: unzip -o lib/ext/interprophet/unix/bindata.go.zip -d lib/ext/interprophet/unix/
run: unzip -o lib/ext/interprophet/win/bindata.go.zip -d lib/ext/interprophet/win/
run: unzip -o lib/ext/peptideprophet/unix/bindata.go.zip -d lib/ext/peptideprophet/unix/
run: unzip -o lib/ext/peptideprophet/win/bindata.go.zip -d lib/ext/peptideprophet/win/
run: unzip -o lib/ext/ptmprophet/unix/bindata.go.zip -d lib/ext/ptmprophet/unix/
run: unzip -o lib/ext/ptmprophet/win/bindata.go.zip -d lib/ext/ptmprophet/win/
run: unzip -o lib/ext/proteinprophet/unix/bindata.go.zip -d lib/ext/proteinprophet/unix/
run: unzip -o lib/ext/proteinprophet/win/bindata.go.zip -d lib/ext/proteinprophet/win/
run: unzip -o lib/pip/bindata.go.zip -d lib/pip/
run: unzip -o lib/dat/bindata.go.zip -d lib/dat/
run: unzip -o lib/obo/unimod/bindata.go.zip -d lib/obo/unimod/
run: |
unzip -o lib/dat/bindata.go.zip -d lib/dat/
unzip -o lib/ext/cdhit/unix/bindata.go.zip -d lib/ext/cdhit/unix/
unzip -o lib/ext/cdhit/win/bindata.go.zip -d lib/ext/cdhit/win/
unzip -o lib/ext/comet/unix/bindata.go.zip -d lib/ext/comet/unix/
unzip -o lib/ext/comet/win/bindata.go.zip -d lib/ext/comet/win/
unzip -o lib/ext/interprophet/unix/bindata.go.zip -d lib/ext/interprophet/unix/
unzip -o lib/ext/interprophet/win/bindata.go.zip -d lib/ext/interprophet/win/
unzip -o lib/ext/peptideprophet/unix/bindata.go.zip -d lib/ext/peptideprophet/unix/
unzip -o lib/ext/peptideprophet/win/bindata.go.zip -d lib/ext/peptideprophet/win/
unzip -o lib/ext/ptmprophet/unix/bindata.go.zip -d lib/ext/ptmprophet/unix/
unzip -o lib/ext/ptmprophet/win/bindata.go.zip -d lib/ext/ptmprophet/win/
unzip -o lib/ext/proteinprophet/unix/bindata.go.zip -d lib/ext/proteinprophet/unix/
unzip -o lib/ext/proteinprophet/win/bindata.go.zip -d lib/ext/proteinprophet/win/
unzip -o lib/pip/bindata.go.zip -d lib/pip/
unzip -o lib/dat/bindata.go.zip -d lib/dat/
unzip -o lib/obo/unimod/bindata.go.zip -d lib/obo/unimod/
- name: Download 01_CPTAC_TMTS1-NCI7_Z_JHUZ_20170502_LUMOS.mzML
run: wget -P test/wrksp https://github.com/prvst/philosopher-test/releases/download/0.0.1/01_CPTAC_TMTS1-NCI7_Z_JHUZ_20170502_LUMOS.mzML
Expand Down

0 comments on commit bbfabbc

Please sign in to comment.