Skip to content

Commit

Permalink
tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jul 3, 2024
1 parent 589d834 commit bcb9c4c
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .github/workflows/database-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
pages: write
id-token: write

jobs:
# Placeholder
# build-bmd:
Expand Down Expand Up @@ -67,13 +61,13 @@ jobs:
run: ls -la
- name: Copy files to artifact
run: |
mkdir expo-files
mv /tmp/sigGeneStats.csv expo-files
mkdir expo-files
mv /tmp/sigGeneStats.csv expo-files
- name: upload artifact
uses: actions/upload-artifact@v2
with:
name: expo-files
path: expo-files
with:
name: expo-files
path: expo-files

build-expr:
#if: github.actor != 'github-actions[bot]'
Expand All @@ -90,13 +84,13 @@ jobs:
docker run -v $PWD:/tmp sgosline/srp-zfexp
- name: Copy files to artifact
run: |
mkdir exp-files
mv /tmp/*csv expr-files
mkdir exp-files
mv /tmp/*csv expr-files
- name: upload artifact
uses: actions/upload-artifact@v2
with:
name: expr-files
path: expr-files
with:
name: expr-files
path: expr-files

artifact-test:
needs: [build-samples,build-expo,build-expr]
Expand All @@ -108,7 +102,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: expr-files
name: expo-files
name: expo-files
- name: List files cwd
run: ls -lah
#zipfiles push to figshare
Expand Down

0 comments on commit bcb9c4c

Please sign in to comment.