Skip to content

Commit

Permalink
chore: Remove "component" from .github/workflows/cypress.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
  • Loading branch information
come-nc authored Feb 6, 2024
1 parent 978f774 commit adb04dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
matrix:
# Run multiple copies of the current job in parallel
# Please increase the number or runners as your tests suite grows
containers: ["component", 1, 2, 3]
containers: [1, 2, 3]

name: runner ${{ matrix.containers }}

Expand Down

0 comments on commit adb04dd

Please sign in to comment.