diff --git a/.github/workflows/test-features.yaml b/.github/workflows/test-features.yaml index 306e912..8d78096 100644 --- a/.github/workflows/test-features.yaml +++ b/.github/workflows/test-features.yaml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup project - uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@1a98f54edb21bf5f2de5446215c638debc271cac + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@b828ad15816fd7bb096bb7543cda49aefc8a7fb8 - name: Running tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}' run: yarn exec devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} . @@ -49,7 +49,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup project - uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@1a98f54edb21bf5f2de5446215c638debc271cac + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@b828ad15816fd7bb096bb7543cda49aefc8a7fb8 - name: Running tests for '${{ matrix.features }}' scenarios run: yarn exec devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated . @@ -60,6 +60,6 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup project - uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@1a98f54edb21bf5f2de5446215c638debc271cac + uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@b828ad15816fd7bb096bb7543cda49aefc8a7fb8 - name: Testing global scenarios run: yarn exec devcontainer features test --global-scenarios-only .