Skip to content

Commit fcd5967

Browse files
committed
ci: test generic version checks
wip Signed-off-by: George Sapkin <[email protected]> (cherry picked from commit 377d4c1)
1 parent 44cff71 commit fcd5967

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/multi-arch-test-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request:
55

66
jobs:
7+
formalities:
8+
name: Test Formalities
9+
uses: georgesapkin/openwrt-actions-shared-workflows/.github/workflows/formal.yml@main
10+
711
build:
812
name: Feeds Package Test Build
9-
uses: openwrt/actions-shared-workflows/.github/workflows/multi-arch-test-build.yml@main
13+
needs: formalities
14+
uses: georgesapkin/openwrt-actions-shared-workflows/.github/workflows/multi-arch-test-build.yml@add-generic-version-tests

net/adguardhome/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=adguardhome
99
PKG_VERSION:=0.107.57
10-
PKG_RELEASE:=1
10+
PKG_RELEASE:=2
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/AdGuardHome/tar.gz/v$(PKG_VERSION)?

0 commit comments

Comments
 (0)