File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Checkout
3333 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434 - name : Setup project
35- uses : nikobockerman/github-actions/.github/actions/yarn-project-setup@8e2192ea1f13275dc40372b4581ebe09175d04a1
35+ uses : nikobockerman/github-actions/.github/actions/yarn-project-setup@f204e7207f7303c894a97b3ad437855085808476
3636 - name : Running tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'
3737 run : yarn exec devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
3838
4949 - name : Checkout
5050 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5151 - name : Setup project
52- uses : nikobockerman/github-actions/.github/actions/yarn-project-setup@8e2192ea1f13275dc40372b4581ebe09175d04a1
52+ uses : nikobockerman/github-actions/.github/actions/yarn-project-setup@f204e7207f7303c894a97b3ad437855085808476
5353 - name : Running tests for '${{ matrix.features }}' scenarios
5454 run : yarn exec devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated .
5555
6060 - name : Checkout
6161 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262 - name : Setup project
63- uses : nikobockerman/github-actions/.github/actions/yarn-project-setup@8e2192ea1f13275dc40372b4581ebe09175d04a1
63+ uses : nikobockerman/github-actions/.github/actions/yarn-project-setup@f204e7207f7303c894a97b3ad437855085808476
6464 - name : Testing global scenarios
6565 run : yarn exec devcontainer features test --global-scenarios-only .
You can’t perform that action at this time.
0 commit comments