Skip to content

Commit

Permalink
Merge pull request #17 from ba-st/update_superluminal
Browse files Browse the repository at this point in the history
Update Superluminal to v2
  • Loading branch information
gcotelli authored Apr 22, 2021
2 parents 80fb3e0 + 5e238d8 commit 0bbcc4f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,18 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15
- name: Set branch name
id: set-branch-name
run: |
if [[ -z "${GITHUB_HEAD_REF##*/}" ]]; then
echo "::set-output name=BRANCH_NAME::${GITHUB_REF##*/}"
else
echo "::set-output name=BRANCH_NAME::${GITHUB_HEAD_REF##*/}"
fi
- name: Run tests using Docker
run: ./compose-test.sh
env:
BRANCH_NAME: ${{ steps.set-branch-name.outputs.BRANCH_NAME }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BaselineOfStargateConsul >> setUpDependencies: spec [
project: 'Launchpad-Deployment' copyFrom: 'Launchpad' with: [ spec loads: 'Deployment' ].

spec
baseline: 'Superluminal' with: [ spec repository: 'github://ba-st/Superluminal:v1' ];
baseline: 'Superluminal' with: [ spec repository: 'github://ba-st/Superluminal:v2' ];
project: 'Superluminal-Core' copyFrom: 'Superluminal' with: [ spec loads: 'Core' ]
]

Expand Down

0 comments on commit 0bbcc4f

Please sign in to comment.