Skip to content

Commit

Permalink
try that
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed Sep 24, 2023
1 parent bf36254 commit 4f9edc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
cd service
npm install
cp .env.sample .env
npm run dev &
- uses: cypress-io/github-action@v6
with:
Expand All @@ -32,7 +33,6 @@ jobs:
browser: chrome
start: |
npm run dev
bash -c server.sh
# after the test run completes store videos and any screenshots
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4f9edc9

Please sign in to comment.