Skip to content

Commit

Permalink
test: remove step
Browse files Browse the repository at this point in the history
remove integration creatieon
  • Loading branch information
jlangy committed May 9, 2024
1 parent 61d6ef6 commit e3c604b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

integration-tests:
runs-on: ubuntu-latest
needs: [pre-reqs, create-integrations]
needs: [pre-reqs]
strategy:
fail-fast: false # https://github.com/cypress-io/github-action/issues/48
steps:
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:

roles-tests:
runs-on: ubuntu-latest
needs: [pre-reqs, create-integrations]
needs: [pre-reqs]
strategy:
fail-fast: false # https://github.com/cypress-io/github-action/issues/48
steps:
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:

team-tests:
runs-on: ubuntu-latest
needs: [pre-reqs, create-integrations]
needs: [pre-reqs]
strategy:
fail-fast: false # https://github.com/cypress-io/github-action/issues/48
steps:
Expand Down

0 comments on commit e3c604b

Please sign in to comment.