mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 21:19:44 +11:00
Test age secret
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
559f0e73bf
commit
92c32f12ef
1 changed files with 16 additions and 1 deletions
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,7 @@ on:
|
||||||
- 'releases/v*'
|
- 'releases/v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
@ -40,6 +40,21 @@ jobs:
|
||||||
args: up --no-cache
|
args: up --no-cache
|
||||||
workdir: ./test
|
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:
|
install-only:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue