-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from w3bdesign/development
Version 1.0.2
- Loading branch information
Showing
5 changed files
with
1,172 additions
and
1,161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Cypress Github Action | ||
on: push | ||
jobs: | ||
basic-pnpm: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Install pnpm | ||
run: npm install -g pnpm@9 | ||
- name: Install dependencies | ||
run: pnpm i | ||
- name: Cypress run | ||
uses: cypress-io/github-action@v6 | ||
with: | ||
build: pnpm build | ||
start: pnpm dev | ||
wait-on: 'http://localhost:3000' | ||
wait-on-timeout: 120 | ||
working-directory: /home/runner/work/dfweb-v4/dfweb-v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.