We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a21d2 commit 768470aCopy full SHA for 768470a
2 files changed
.github/workflows/pr.yaml
@@ -17,3 +17,19 @@ jobs:
17
- uses: aslafy-z/conventional-pr-title-action@v3
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
+ name: Test
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - name: Checkout
24
+ uses: actions/Checkout@v4
25
+ - name: Release
26
+ uses: dagger/dagger-for-github@8.0.0
27
+ env:
28
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
29
+ with:
30
+ version: "v0.16.3"
31
+ verb: call
32
+ module: github.com/MartinSimango/daggerverse/gopkg@v0.3.0
33
+ args: "test --source=. --token=env://GITHUB_TOKEN"
34
+ cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
35
+
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
release:
13
- name: Release
+ name: Gopkg Flow
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
0 commit comments