Skip to content

Commit

Permalink
v2 (#13)
Browse files Browse the repository at this point in the history
- Use latest version (from Github Release) if no version specified
  • Loading branch information
keroxp authored Dec 2, 2020
1 parent 9e29598 commit 89469ea
Show file tree
Hide file tree
Showing 8 changed files with 9,076 additions and 11,381 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "14"
- run: yarn install
- name: Check lib
run: |
make
git diff --exit-code
- run: yarn test
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ description: 'Deploy service with cage'
author: 'LoiLo'
inputs:
cage-version:
description: "Canarycage version"
default: "3.3.3"
description: "Canarycage version. If no version specified, the latest version will be used automatically."
required: false
deploy-context:
description: "Directory path that contains service.json and task-definition.json. Mostly relative path from project root."
Expand Down
Loading

0 comments on commit 89469ea

Please sign in to comment.