From a7a8bd254d3ce0716316ae13a0c67eb8d3bb69cf Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 12 Apr 2023 08:51:24 -0700 Subject: [PATCH] ci(test-all-packages): omit noop xs from matrix --- .github/workflows/test-all-packages.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-all-packages.yml b/.github/workflows/test-all-packages.yml index fe7b1946e95b..352f4aa7bb39 100644 --- a/.github/workflows/test-all-packages.yml +++ b/.github/workflows/test-all-packages.yml @@ -221,7 +221,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - engine: ['16.x', '18.x', 'xs'] + # test:xs is noop in solo/package.json + engine: ['16.x', '18.x'] steps: - name: set vars id: vars @@ -250,6 +251,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: + # test:xs is noop in cosmic-swingset/package.json engine: ['16.x', '18.x', 'xs'] steps: - name: set vars @@ -282,7 +284,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - engine: ['16.x', '18.x', 'xs'] + # test:xs is noop in inter-protocol/package.json + engine: ['16.x', '18.x'] steps: - name: set vars id: vars