mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
Update ci workflow
This commit is contained in:
parent
efd9466aff
commit
10d0b6e98e
1 changed files with 1 additions and 12 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -16,14 +16,10 @@ on:
|
|||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macOS-latest
|
||||
- windows-latest
|
||||
version:
|
||||
- latest
|
||||
- 0.1.0-alpha.9
|
||||
|
|
@ -36,13 +32,6 @@ jobs:
|
|||
run: |
|
||||
mkdir ~/.dagger
|
||||
cp ./test/keys.txt ~/.dagger/
|
||||
-
|
||||
name: Check
|
||||
uses: ./
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
args: query
|
||||
workdir: ./test
|
||||
-
|
||||
name: Dagger
|
||||
uses: ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue