Skip to content

Commit

Permalink
test: Inhibit component testing
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Jul 15, 2024
1 parent 429b7ce commit a7114bd
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 @@ -83,7 +83,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 a7114bd

Please sign in to comment.