-
Notifications
You must be signed in to change notification settings - Fork 18
33 lines (33 loc) · 1.08 KB
/
dagger.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: 'Full Dagger Pipeline'
on:
push:
branches:
- dagger-ci
jobs:
pipeline:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: 'pipeline'
uses: dagger/[email protected]
with:
# Dagger Version
version: 0.14.0
# Dagger CLI Flags
#dagger-flags: # optional, default is --progress plain
# CLI verb (call, run, download, up, functions, shell, query)
verb: call
# The working directory in which to run the Dagger CLI
workdir: .
# Dagger Cloud Token
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# Dagger module to call. Local or Git
module: .
# Arguments to pass to CLI
args: ci-integration --dir=./
# - name: Test Reporter
# uses: dorny/[email protected]
# with:
# name: JEST Tests # Name of the check run which will be created
# path: reports/jest-*.xml # Path to test results
# reporter: jest-junit # Format of test results