Skip to content

Commit

Permalink
chore: remove prereq
Browse files Browse the repository at this point in the history
remove prereq for self contained testing
  • Loading branch information
jlangy committed Mar 8, 2024
1 parent 593c86d commit f557256
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
install-command: npm ci
working-directory: testing
spec: |
cypress/e2e/**/integration-*-*.cy.ts
cypress/e2e/**/integration-010-createIntegration.cy.ts
cypress/e2e/**/integration-010-createIntegration.cy.ts
cypress/e2e/**/team-001-createTeam.cy.ts
cypress/e2e/**/team-900-deleteAllTeams.cy.ts
browser: electron
ci-build-id: ${{ github.event.number }}
- uses: actions/checkout@v4

0 comments on commit f557256

Please sign in to comment.