Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skip and exit #777

Merged
merged 9 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: naming
  • Loading branch information
simboonlong committed Jun 21, 2023
commit f489c6961f9230ae8882075bf965a5ceb053a2b4
2 changes: 1 addition & 1 deletion .github/workflows/synpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
synpress:
if: ${{ !contains(github.event.head_commit.message, '[skip test]') }}
# https://github.com/drptbl/synpress-setup-example/blob/1d980157ef343de54f786e1115e1da590f1ba1d1/.github/workflows/e2e.yml#L49-L102
name: Synpress e2e Tests
name: Synpress e2e Test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
testcafe:
if: ${{ !contains(github.event.head_commit.message, '[skip test]') }}
name: Testcafe e2e Tests
name: Testcafe e2e Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down