Skip to content

Commit 768470a

Browse files
committed
chore: update the PR workflow by adding tests to run of PR title check
1 parent c7a21d2 commit 768470a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,19 @@ jobs:
1717
- uses: aslafy-z/conventional-pr-title-action@v3
1818
env:
1919
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
release:
13-
name: Release
13+
name: Gopkg Flow
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)