Skip to content

Commit

Permalink
set pipeline properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Hric committed Sep 7, 2023
1 parent bd7de63 commit 04b8b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
uses: cypress-io/github-action@v5
with:
build: npm run build
browser: replay-chromium
record: true
env:
REPLAY_API_KEY: ${{ secrets.RECORD_REPLAY_API_KEY }}
- name: Semantic Release
Expand Down
4 changes: 0 additions & 4 deletions cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
it('test', () => {

cy.visit('https://cypress.io')

cy.wait(5000)

expect(true).to.be.true

});

0 comments on commit 04b8b07

Please sign in to comment.