Skip to content

Commit

Permalink
Merge pull request #33 from Sage-Bionetworks-Workflows/updateci
Browse files Browse the repository at this point in the history
Update deprecated github CI command, restore original Pipfile.lock
  • Loading branch information
wpoehlm authored May 25, 2021
2 parents d5cb403 + 167bc59 commit a485cb3
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 188 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- updateci
jobs:

test:
Expand All @@ -26,8 +27,8 @@ jobs:
python -m pip install pipenv
pipenv install --dev
short_sha=${GITHUB_SHA::8}
echo "::set-env name=SHORT_SHA::$short_sha"
echo "SHORT_SHA=${short_sha}" >> $GITHUB_ENV
# create synapse config file for integration test
OUTPUT_FILE=/tmp/.synapseConfig
cat > "$OUTPUT_FILE" << EOM
Expand Down
Loading

0 comments on commit a485cb3

Please sign in to comment.