From 6a39bd403a61d99cedcee4ec1177a47b5cd206a0 Mon Sep 17 00:00:00 2001 From: Harmen Wessels <97173058+harmen-xb@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:12:27 +0200 Subject: [PATCH] Disabled test action for now, since it doesn't seem to work on GitHub easily. --- .github/workflows/feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 810eacfc..d91fd193 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -15,4 +15,4 @@ jobs: # Use the build action. - uses: ./.github/actions/build # Use the test action. - - uses: ./.github/actions/test + # - uses: ./.github/actions/test