Skip to content

Commit

Permalink
Try running a container-based demo as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Feb 12, 2021
1 parent e20d8b4 commit 60ca2a5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ jobs:
uses: ./
with:
ssh-private-key: ${{ secrets.DEMO_KEY }}

docker_demo:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v1
- name: Setup key
uses: ./
with:
ssh-private-key: |
${{ secrets.DEMO_KEY }}
${{ secrets.DEMO_KEY_2 }}

0 comments on commit 60ca2a5

Please sign in to comment.