mirror of
https://github.com/dagger/dagger-for-github.git
synced 2025-12-31 20:59:43 +11:00
commit
6b63f0f7fb
1 changed files with 6 additions and 14 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
|
@ -27,18 +27,6 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Dagger
|
||||
uses: ./
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
cmds: do test
|
||||
workdir: ./test/ci
|
||||
|
||||
update-do:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Dagger
|
||||
uses: ./
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
|
|
@ -57,7 +45,9 @@ jobs:
|
|||
name: Dagger
|
||||
uses: ./
|
||||
with:
|
||||
args: do test
|
||||
cmds: |
|
||||
project update
|
||||
do test
|
||||
workdir: ./test/ci
|
||||
|
||||
install-only:
|
||||
|
|
@ -100,5 +90,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
version: https://github.com/dagger/dagger.git#${{ matrix.ref }}
|
||||
cmds: do test
|
||||
cmds: |
|
||||
project update
|
||||
do test
|
||||
workdir: ./test/ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue