Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup project
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@b828ad15816fd7bb096bb7543cda49aefc8a7fb8
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@4bfc71f018ef9f0eab9edf1c906e1de4d0f23ac4
- name: Running tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'
run: yarn exec devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .

Expand All @@ -49,7 +49,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup project
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@b828ad15816fd7bb096bb7543cda49aefc8a7fb8
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@4bfc71f018ef9f0eab9edf1c906e1de4d0f23ac4
- name: Running tests for '${{ matrix.features }}' scenarios
run: yarn exec devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .

Expand All @@ -60,6 +60,6 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup project
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@b828ad15816fd7bb096bb7543cda49aefc8a7fb8
uses: nikobockerman/github-actions/.github/actions/yarn-project-setup@4bfc71f018ef9f0eab9edf1c906e1de4d0f23ac4
- name: Testing global scenarios
run: yarn exec devcontainer features test --global-scenarios-only .