Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
ci: remove trailing whitespaces in cypress-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Aug 3, 2024
1 parent 1d0f28c commit 0162856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- name: Checkout
uses: actions/checkout@v4

- name: Cypress run Chrome
uses: cypress-io/github-action@v6.6.1
with:
Expand All @@ -33,7 +33,7 @@ jobs:
wait-on: 'http://localhost:9000'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Cypress run Firefox
uses: cypress-io/github-action@v6.6.1
with:
Expand Down

0 comments on commit 0162856

Please sign in to comment.