mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
commit
33c13c68bd
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*'
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
version:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue