Skip to content

Commit

Permalink
wf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajimtri committed Dec 26, 2023
1 parent 0709abc commit f1527fc
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,30 @@ jobs:
#defaults:
# run:
# working-directory: tests
defaults:
run:
working-directory: tests

strategy:
matrix:
node-version: [20.x]


steps:
- uses: actions/checkout@v3
- uses: cypress-io/github-action@v5
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: tests/package-lock.json
- uses: cypress-io/github-action@v5
#with:
#build : npm run build
#start : npm start
#browser: firefox
#start: npm start
#record: true
working-directory: tests
#working-directory: tests
- uses: actions/upload-artifact@v3
# add the line below to store screenshots only on failures
if: failure()
Expand Down

0 comments on commit f1527fc

Please sign in to comment.