Skip to content

Commit

Permalink
Adding Upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Aug 23, 2024
1 parent 4e4c286 commit e278214
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ jobs:
npm ci
npx cypress install
npx cypress run --config baseUrl=http://php:8888
- uses: actions/upload-artifact@v4
with:
name: cypress-artifact
path: ${{ github.workspace }}/cypress

0 comments on commit e278214

Please sign in to comment.