From 757905a56111efdcd7f78e013326ecd9e4cc4cf4 Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Mon, 31 Jul 2023 15:58:38 +0100 Subject: [PATCH] chore(CI): Avoid limiting functional tests to Linux --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b75b5e..c9e9fe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,6 @@ on: jobs: ci: uses: relaycorp/shared-workflows/.github/workflows/nodejs-lib-ci.yml@main - with: - restrict_integration_tests_to_ubuntu: true release: needs: ci