From 8af1c97365202e6e44d2f8f25e00b42ead178c03 Mon Sep 17 00:00:00 2001 From: MK Software Date: Thu, 29 Aug 2024 16:15:00 +0200 Subject: [PATCH] wip --- .github/workflows/pr.yml | 2 +- .github/workflows/publish.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 743f46a..df0c5b0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,4 +14,4 @@ jobs: - name: Build and test run: | - echo "test" \ No newline at end of file + .github/workflows/scripts/test-with-installation-example.sh \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c453df4..714d6ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,6 +5,7 @@ on: branches: - master - staging + - feature/NU-1740 jobs: build: