Skip to content

Commit

Permalink
Merge pull request #5 from crazy-max/ci-age-secret
Browse files Browse the repository at this point in the history
Test age secret
  • Loading branch information
aluzzardi authored Jun 1, 2021
2 parents 83c45d9 + 92c32f1 commit 33c13c6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- 'releases/v*'

jobs:
ci:
version:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -40,6 +40,21 @@ jobs:
args: up --no-cache
workdir: ./test

age-secret:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Dagger
uses: ./
with:
age-key: ${{ secrets.DAGGER_AGE_KEY_TEST }}
args: up --no-cache
workdir: ./test

install-only:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 33c13c6

Please sign in to comment.